﻿: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: #e9e3d5 url(../images/bgcolor2.jpg);
}

body {
    background: url(../images/patern13860.svg?v=1);
    background-size: 100%;
    overflow-x: hidden;
}

.noscroll {
    overflow: hidden
}

body.modal-open {
    overflow: hidden;
}

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


.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;aspect-ratio: 1200 / 503;}
.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;}
.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;}


.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;}

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

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

    .header .logo {
        display: flex;
        align-items: center;
        width: 90px;
    }

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

        .header .logo img:first-child {
            height: auto;
            width: 90%; /* 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
    }

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

.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: .89rem;
                position: relative;
                line-height: 2rem;
                padding: 0.5rem 0;
                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: -17px;
                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%;
            }


#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;
}

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

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

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

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

            .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: 9;
    margin-bottom: 20px;
}

    .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: 70px;
    }

        .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 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: #5f4535;
}

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

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

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

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

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

.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
}


.mapform {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #fafafa;
    padding: 55px 35px;
    border: 1px solid #fbfbfb;
    margin-top: 6vh;
    justify-content: space-between;
}

    .mapform > section {
    }

.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: 27%;
}

.mapform > section {
}

.mapform .miniform {
    width: 100%;
}

#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: 10px;
    right: 10px;
    padding: 5px;
    border: 0;
}

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

.uk-modal-close-defaul {
}

.uk-container {
    display: flow-root;
    box-sizing: content-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 90%;
}

    .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: #f9f4ee;
}



#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: 18px;
    line-height: 20px;
    letter-spacing: .02em;
}

#search-modal .uk-modal-dialog .icon-button {
    background: #005E6D;
    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: #ffffff;
    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: 400;
        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;
    }

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

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

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

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

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

            .aricanmaps > .harita div .projedetayi a {
            }

                .aricanmaps > .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;
                }

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

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

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

        .aricanmaps > .menubar > div {
        }

    .aricanmaps .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: #005E6D;
                }


            .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: #005E6D;
            }

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

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

.hometab1 {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    max-height: 90vh;
}

    .hometab1 > div > img {
        /* width: 50%; */
        height: 120vh;
    }

    .hometab1 > div:first-child {
        position: absolute;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .hometab1 .iccenter {
        max-width: 1400px;
        width: 90%;
    }

        .hometab1 .iccenter > div {
            width: 70%;
            text-align: left;
            max-width: 650px;
        }

.head {
    color: #695338;
}

    .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: #005E6D;
    margin-top: 25px;
}

.homesagmenu {
    position: fixed;
    z-index: 88;
    right: 0;
    top: 0;
    background: #005E6D;
    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: #fff;
    z-index: 9999;
    transition: 1s;
    /* Sağ kenara hizala */
    right: -800px;
    padding: 65px 30px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

    .siziarayalim.active {
        right: 0
    }

    .siziarayalim > form {
    }

        .siziarayalim > form select {
        }

        .siziarayalim > form input, textarea {
        }

.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;
    transform: rotate(90deg);
    height: 175px;
}


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

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

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

    .fixed-buttons > div:first-child {
        background: #9a6d4f
    }

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

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

.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: 10px !important
}

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

.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;
    max-width: 1400px;
    margin-bottom: 10vh;
}

.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: #005E6D url(../images/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: #005E6D;
                    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 {
    }

    .carousel__text > div p {
        color: #fff;
        font-size: 60px;
        font-weight: 400;
        line-height: 76px;
    }

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

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

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

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

            .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 {
            width: 12px;
            margin-top: 2px;
        }

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

    .rakamlar * {
        color: #5f4535;
    }

    .rakamlar > div:first-child {
        width: 100%;
        padding: 20px 0 46px 0;
        font-size: 20px;
        line-height: 27px;
    }

    .rakamlar > div:last-child {
    }

    .rakamlar > div {
        display: flex;
        width: 100%;
        padding: 45px 25px;
        align-items: center;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

        .rakamlar > div > ul {
            display: flex;
            flex-direction: column;
            align-items: center;
            /* border-right: 1px solid #f25258; */
            padding-right: 35px;
            width: calc(20% - 35px);
            height: 100%;
            justify-content: space-between;
        }

            .rakamlar > div > ul:last-child {
                padding-right: 0;
                border: 0;
            }

            .rakamlar > div > ul > li {
                text-align: center;
            }

                .rakamlar > div > ul > li:first-child {
                    border-radius: 100%;
                    width: 100%;
                    display: flex;
                    align-content: flex-end;
                    align-items: center;
                    text-align: center;
                    justify-content: center;
                    margin-bottom: 13px;
                }

                .rakamlar > div > ul > li:nth-child() {
                }

                .rakamlar > div > ul > li:last-child {
                    border-top: 1px solid #825e46;
                    margin-top: 10px;
                    width: 100%;
                }

                .rakamlar > div > ul > li p {
                    font-weight: 700;
                    font-size: 17px;
                    /* color: #005E6D; */
                    letter-spacing: 3px;
                    line-height: 20px;
                }

                .rakamlar > div > ul > li h1 {
                    margin: 0;
                    font-weight: 900;
                    margin-top: 5px;
                    color: #005E6D;
                    font-size: 41px;
                    line-height: 43px;
                }

                .rakamlar > div > ul > li > img {
                    /* filter: brightness(0) invert(1); */
                    /* height: 60px; */
                    width: 70%;
                }


.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: #005E6D;
    }

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

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

/* Modal stili */
.aricanvideo-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);
}

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

.modal-content {
    position: relative;
    margin: auto;
    padding: 20px;
    max-width: 600px;
    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 0px;
        width: 1px;
        height: 20px;
        /* background-color: #878787; */
    }


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


.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;
                text-transform: uppercase;
            }

                .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 h6 {
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 45px;
    margin-bottom: 5px;
}

.projedetail .head .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}

    .projedetail .head .logo > img {
        width: 230px;
    }

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

.projedetail .counters {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    gap: .5rem
}

    .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;
            }

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

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

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

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

.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: 70px;
    border: 1px solid #c3c3c3;
    padding: 0px 30px;
    color: #392d29;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../images/down.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    font-size: 18px;
    font-weight: 500;
    background-size: 25px;
}



.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(../images/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;
}

.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: #574d41;
    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: 18PX;
        width: 100%;
        color: #181d24;
        text-align: center;
        display: block;
        line-height: 25px;
        margin-top: 15px;
    }

    .miniform h3.head > span.bigtxt {
        font-size: 35px;
        line-height: 37px;
        letter-spacing: 4px;
        font-weight: 700;
    }

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

.miniform button {
    background: #005E6D;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    outline: 0;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
    cursor: pointer;
}

    .miniform button:hover {
        background: #574d41;
    }

    .miniform button img {
        width: 14px;
        transform: rotate(-90deg);
    }

.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: center;
    }

    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: 20px !important;
}
.mbottom {
    margin-bottom: 8vh !important;
}

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

.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; */
}


.container.haberdetay {
    padding-bottom: 7vh
}
.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: 450px;
    box-shadow: 0px 0px 7px 0px #0000001f;
}

.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;
}

    .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: 90%;
    justify-content: flex-start;
    width: 80%;
}

    .mobilemenu > .menuicerik .menuler > div {
        text-align: left;
        margin: 10px 0;
    }

        .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: 22px;
    font-weight: 400;
    text-align: center;
    line-height: 30px;
    margin-bottom: 19px;
}

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

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

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


.proje {
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 90%;
    max-width: 1400px;
}

    .proje > div {
    }

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

        .proje > div .projetitle {
            margin: 25px 10px;
            position: absolute;
            z-index: 2;
            bottom: 0;
        }


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

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

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

        .proje > div .logoyok {
            width: 75% !important;
        }

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

        .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 #c3c3c3;
        border-bottom: 1px solid #c3c3c3;
        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: #fff; */
                display: flex;
                align-items: center;
                margin: 0 15px;
                font-weight: 700;
                letter-spacing: 1px;
            }

                .projenavigator > div > a p > span {
                    color: #c3c3c3;
                    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: #695338;
            }

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


.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;
}

.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: #5f4535;
    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);
}

    .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;
}

    .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;
}

    #form-contact-us input, #form-contact-us textarea {
    }

.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;
    max-height: 75vh;
    overflow: hidden; /* margin-top: 4vh; */
}

    .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%;
    }

    .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 {
}

    .kvkk p {
        font-size: 19px;
        line-height: 42px;
    }

        .kvkk p span {
            font-weight: 800
        }

.kurumsaltxt {
}

    .kurumsaltxt .ikilisatir h1 {
        font-weight: 700;
        margin-bottom: 6px;
        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: 24px;
        line-height: 31px;
    }

        .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 {
    }

.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;
    margin-bottom: 6px;
}

    .twodiv > div {
        width: 45%;
    }

        .twodiv > div:last-child {
        }

        .twodiv > div:first-child {
        }

        .twodiv > div.fullcenter {
        }

        .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;
}

.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 {
                color: #695338;
                padding-bottom: 0;
                letter-spacing: 5px;
                font-weight: 500;
                font-size: 20px;
                text-align: left;
                line-height: 20px;
                margin-bottom: 0;
            }

            .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 h2 {
                font-size: calc(var(--scale-rem)* 1.25);
                line-height: 1.35em;
                --lh: 1.25em;
                letter-spacing: 0;
                font-weight: 600;
            }

            .newsbar .newsgallery .slick-slide .item2 * {
                color: #fff
            }

            .newsbar .newsgallery .slick-slide .itemimg {
            }

.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: #005E6D;
}

.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%;
    margin: 30px auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* border-bottom: 1px solid #e9ebf3; */
    text-align: center;
}

.button.filtering-button {
    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 #ece5db;
    padding: 15px 34px;
    cursor: pointer;
    background: #f9f4ee;
    max-width: 300px;
    width: 40%;
}

    .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:hover, .button.filtering-button.active {
        color: #ffffff;
        background: #5f4535;
        border-color: #5f4535;
    }


        .button.filtering-button.active *, .button.filtering-button:hover * {
            color: #fff;
        }

.projetop {
    width: 100%;
    position: relative;
}

.darkbg {
    width: 100%;
    background: #635d58;
    display: flex;
    justify-content: center;
}

    .darkbg .minheight {
        height: 250px
    }

    .darkbg > div {
        max-width: 1400px;
        width: 90%;
        position: relative !important;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin: 90px 0 20px 0;
    }

        .darkbg > div > .detaypagetoptitle {
            color: #fff;
            display: flex;
            align-items: center;
        }

            .darkbg > div > .detaypagetoptitle > h1 {
                color: #fff;
                font-size: 38px;
                letter-spacing: 3px;
                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: flex-end;
    justify-content: flex-start;
}

    .group--between > time {
        font-weight: 700;
        color: #005E6D;
        font-size: calc(var(--scale-rem)* 5.2);
        line-height: .86957em;
        margin-right: 5px;
    }

    .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: #ffffff40;
    padding: 25px 0 25px 0;
    bottom: 0;
    border-top: 1px solid #f3f3f4;
}

footer > .bottombar {
    margin-top: 0;
    position: relative !important;
}

.bottombar .itembar {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    max-width: 1400px;
}

    .bottombar .itembar > div {
        font-size: 14px;
        color: #ffffff;
    }

.bottommenu {
    width: calc(100% - 200px);
    display: flex;
}

    .bottommenu > ul {
    }

        .bottommenu > ul > li {
            display: flex;
            justify-content: space-between;
            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 {
        border: 1px solid #695338;
        padding: 7px 10px;
    }

        .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 {
    }

        .bottommenu .menu > ul {
            display: flex;
            flex-direction: row;
            align-content: center;
        }

            .bottommenu .menu > ul > li {
                margin-right: 25px;
            }

                .bottommenu .menu > ul > li > a {
                    font-size: 14px;
                    font-weight: 600;
                    color: #695338;
                    line-height: 14px;
                }

                    .bottommenu .menu > ul > li > a:hover {
                    }

.bottombar .socialmedia > a > svg {
}

.bottombar .itembar > div > img {
    width: 130px;
}

.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 > 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: #e9e3d5 url(../images/bgcolor2.jpg);
}

.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 #005E6D;
                border-radius: 100%;
                padding: 17px;
                transition: 0.3s;
                color: #005E6D;
            }

        .iletisiminfo > div a {
            display: flex;
            align-items: center;
            align-content: center;
            margin-bottom: 50px;
        }

            .iletisiminfo > div a:hover span {
                background: #005E6D;
                border: 1px solid #005E6D;
                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: 50px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #c3c3c3;
    padding: 0 0 8px;
    min-width: 0;
    color: #5f4535;
    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;
}

    .ilenew > div {
    }

        .ilenew > div:last-child {
            width: 40%;
            position: relative;
        }

            .ilenew > div:last-child > div {
                /* position: absolute; */
                /* z-index: 2; */
                bottom: 0;
                background: #f9f4ee;
                /* 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: 23px;
                        font-weight: 600;
                        margin-bottom: 10px;
                    }

                    .ilenew > div:last-child > div > form h3 {
                        font-size: 17px;
                        line-height: 22px;
                        font-weight: 500;
                    }

.leftile {
    width: 60%;
    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;
        }

            .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 > div {
                width: 100%;
                height: 350px;
            }

        .leftile > div .item {
        }

            .leftile > div .item h4 {
                font-weight: 600;
                font-size: 23px;
                margin-bottom: 5px;
            }

            .leftile > div .item p {
                font-size: 17px;
                line-height: 22px;
                font-weight: 500;
                margin-bottom: 20px;
            }

            .leftile > div .item > div {
                display: flex;
            }

                .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;
                        font-size: 14px;
                        line-height: 22px;
                        letter-spacing: 0;
                        font-weight: 500;
                        color: #574d41;
                    }

                        .leftile > div .item > div.ustclass > a:hover {
                        }

.pagedetail .projelist {
    display: flex;
    justify-content: center;
    width: 100%;
}

    .pagedetail .projelist > .section {
        height: 100%
    }

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

.pagedetail .treediv > div {
    height: 400px;
    width: calc(50% - 8px);
    margin-right: 0;
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
    /* max-height: 23vw; */
}

    .pagedetail .treediv > div > a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        position: relative;
    }

        .pagedetail .treediv > div > a > div:first-child {
            width: 100%;
            height: 100%
        }


        .pagedetail .treediv > div > a:hover .logo {
            opacity: 0;
            width: 50%
        }

.projelinkhover .bg30 {
    opacity: 0;
    transition: .5s
}

.projelinkhover.active .bg30 {
    opacity: 1
}


/*aulus*/
.pagedetaill .grid {
display: flex;
justify-content: flex-start;
width: 100%;
}

.pagedetaill > .grid .projetitle {
	margin: 25px 0px;
	position: absolute;
	z-index: 2;
	bottom: 0;
    width: 100%;
}

.pagedetaill > .grid .projetitle > div {
	display: flex;
	flex-direction: row;
	align-items: center;
    justify-content: center;
}

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

.pagedetaill > .grid .projetitle > div > span {
	font-size: 24px;
	color: #ffffff;
	margin-right: 6px;
}

.pagedetaill .grid > .grid-item > a {
position: relative;
}

.pagedetaill .grid > .grid-item > a:hover .logo {
opacity: 0;
}

.pagedetaill > div .logo {
	position: absolute;
	height: 100%;
	top: 0px;
	display: flex;
	z-index: 3;
	width: 100%;
	transition: .5s;
	justify-content: center;
	align-items: center;
}

.pagedetaill > div .logoyok p {
	color: #fff;
	text-align: center;
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
}




.projelinkhover .bg30 {
opacity: 0;
transition: .5s
}

.projelinkhover.active .bg30 {
opacity: 1
}

.kategoriler {
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: center;
	width: 90%;
	max-width: 1400px;
    gap: 15px;
	font-size: 24px;
}
.kategoriler .active{
	font-weight: bold;
}
/*aulus*/


.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: 24px !important;
    }

.satisaktif {
    display: none
}

    .satisaktif.active {
        display: block
    }

.pagedetail .haberler .treediv {
    display: flex;
    justify-content: flex-start;
}

    .pagedetail .haberler .treediv > div {
        width: calc(25% - 6px);
        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%;
            }

                .pagedetail .haberler .treediv > div > a .projetitle p {
                    font-size: 13px;
                    font-weight: 500;
                }

                .pagedetail .haberler .treediv > div > a .projetitle h1 {
                    color: #5f4535;
                    font-size: 14px;
                    line-height: 18px;
                    font-weight: 600;
                    margin: 5px 0;
                }


.projedetail {
}

    .projedetail > div {
        display: flex;
        align-items: center;
        margin-bottom: 0vh;
    }

        .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;
}

.section.homepage {
    height: 100vh;
}

.homepage .slick-arrow {
    right: 100px
}

.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;
        }

.soft {
    color: #8c6933;
    background-color: #f7f5f4;
    border: 1px solid #ebe1dc !important;
}

.prodetail .ustbar .info .info-txt .box.soft {
    margin-right: 6px;
    padding: 5px 10px;
}

.softbg {
    background: #f7f5f4
}

.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("images/golge.html") 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('../images/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.html');
    }


    .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: 10;
    /* 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:1820px) {
    .pagedetail .treediv > div {
        height: calc(90vw / 4);
    }

    .pagedetail .treediv.tamamlanan-projeler > div {
        width: calc((100% / 3) - 15px);
        height: calc(100vw / 7);
    }
}

@media(max-width:1320px) {
    .detaymenu > ul > li > a {
        font-size: 14px;
        letter-spacing: 0px;
        line-height: 22px;
        padding: 15px 21px;
        text-align: center;
    }

    .detaymenu > ul {
        display: flex;
    }

        .detaymenu > ul > li {
            height: 100%;
            display: flex;
            align-items: center;
        }

    .althead h1 {
        font-size: 28px;
        line-height: 34px;
    }

    .kurumsaltxt .ikilisatir p {
        font-size: 20px;
        line-height: 28px;
    }

    .head div > p {
        font-size: 20px;
        line-height: 28px;
    }

    .pagedetail .treediv > div {
        height: 30vw;
        max-height: 270px;
    }

    .filter-menu2 > a:hover > div > span, .filter-menu2 > a.active > div span {
        font-size: 75px;
        line-height: 85px;
    }

    .filter-menu2 > a {
        padding: 24px;
        max-width: 210px;
    }

        .filter-menu2 > a > div > span {
            font-size: 45px;
            line-height: 45px;
        }

    .hometab1 {
        max-height: none; /* flex-direction: column-reverse; */
        display: flex;
        align-items: center;
        margin-bottom: 35px;
    }

        .hometab1 .iccenter > div {
            width: 50%;
        }

    .rakamlar > div > ul {
        width: calc(20% - 15px);
        padding-right: 15px;
    }

    .miniform button {
        width: 60px;
        height: 60px
    }

    input, textarea {
        height: 40px;
    }

    .mcont {
        padding: 45px 0;
    }

    .aricanmaps .close {
        width: 45px;
        height: 45px;
    }

    .miniform h3.head > span.fonttxt {
        font-size: 15px;
        line-height: 19px;
        text-align: left
    }

    .miniform h3.head > span.bigtxt {
        font-size: 25px;
        line-height: 27px;
        letter-spacing: 2;
        text-align: left;
    }
}

@media(max-width:1250px) {

    /*    .header .menu > ul:not(.icon) {
        display: none
    }*/

    #toTop {
        right: 5px
    }

    .tv > div.tvhead > h1 {
        font-size: 43px;
        line-height: 38px;
    }

    .head h1 {
        font-size: 36px;
        line-height: 1.2;
    }

    .carousel__text > div p {
        font-size: 48px;
        line-height: 54px;
    }

    .carousel__text > div h1 {
        font-size: 16px;
        line-height: 20px;
    }

    textarea::placeholder, input::placeholder {
        font-size: 12px;
    }
}


@media(max-width:1080px) {
    .header .menu > ul:not(.icon) {
        display: none
    }

    .hometab1 > div:first-child {
        position: relative;
        margin-top: 45px;
    }

    .hometab1 .iccenter > div {
        width: 100%;
    }

    .hometab1 > div:last-child {
        width: 50vw;
        height: 50vw;
        overflow: hidden;
        border-radius: 50vw;
        border: 1px solid #fff;
        margin-top: 35px;
    }

    .hometab1 > div > img {
        width: 100%;
        cursor: pointer;
        transition: .5s;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: relative;
    }

    .head h2, .head > p, .head h1 {
        text-align: center
    }

    .rakamlar > div {
    }

        .rakamlar > div > ul {
            width: calc((100% / 3) - 15px);
            padding-right: 15px;
            height: auto;
            margin-bottom: 25px
        }

    .bottombar .itembar > div > ul > li > div:first-child {
        display: none
    }

    .bottommenu > ul > li {
        display: flex;
        justify-content: flex-end;
    }
}

@media(max-width:700px) {
    .homemenusag {
        position: fixed;
    }

    .mobilemenu {
        width: 90%
    }

    .hakk > section:first-child, .mobilegizli, .header .menu1 > ul > li:nth-child(2) {
        display: none
    }

    .anamenubar {
        border: 0
    }

    .homemenusag {
        right: -57px;
        padding-top: 30px;
    }

    .fixed-buttons .arican-button-default {
        padding: 7px 15px;
        border-radius: 16px;
        position: relative;
    }

        .fixed-buttons .arican-button-default a {
            font-size: 13px;
            line-height: 18px;
            width: 135px;
        }

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

    .header .menu1 > ul > li {
        margin-right: 13px;
    }

    .cookie-consent {
        width: 90%;
        left: 5%;
        bottom: 5vw;
    }

        .cookie-consent > div {
        }

    .tv {
        height: 230px;
        margin-top: 0;
    }

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

        .tv > div.tvhead > h1 {
            font-size: 17px;
            line-height: 15px;
            letter-spacing: 0;
        }

        .tv > div.tvhead > h2 > span {
            font-size: 31px;
        }

        .tv > div.tvhead > h2 {
            font-size: 15px;
            letter-spacing: 1px
        }

        .tv > div.play {
            width: 60px;
            height: 60px;
        }

    .rakamlar > div > ul {
        width: calc((100% / 2) - 15px);
    }

    .fixed-buttons {
        height: 180px;
        width: 20px;
        display: flex;
        align-items: flex-end;
    }

    .section.homepage {
        height: 90vh;
    }

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

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

    .homepage .slick-arrow {
        right: 16px;
        top: auto;
        bottom: 6vh;
    }

    .homepage .linkbutton.slick-arrow > a > div .icon > span {
        color: #fff;
        font-size: 18px;
    }

    .homepage .slick-arrow.slick-next {
        right: 60px;
        left: auto;
    }
    /*.section.homepage {height: 80vh;}*/
    .hometab1 > div:last-child {
        margin-top: 0;
        width: 100vw;
        height: 70vw;
        border-radius: 0;
        border: 0;
    }

    .kurumsaltxt .ikilisatir h1, .head h1 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .head > h1 > span {
    }

    .head > p {
        font-size: 18px;
        line-height: 24px;
    }

    .head h2.handtxt {
        font-size: 28px !important;
        line-height: 31px !important;
        margin-bottom: 35px;
    }

    body {
        background-size: 800px;
    }

    .rakamlar > div > ul > li p {
        font-size: 13px;
        letter-spacing: 0;
        line-height: 18px;
    }

    .rakamlar > div > ul > li h1 {
        margin-top: 5px;
        font-size: 33px;
        line-height: 34px;
    }

    .rakamlar > div > ul:last-child {
        margin-bottom: 0;
    }

    .tv > div.tvhead {
        position: absolute;
        top: 20px;
        width: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .newsbar .newsgallery .slick-slide {
        margin-right: 0px;
    }

    .bottommenu {
        width: calc(100% - 100px);
        display: flex;
    }

        .bottommenu > ul > li {
            display: flex;
            justify-content: center;
        }

    .detaypagetop {
        height: 50vh;
    }

    .ikilisatir {
        display: flex;
        flex-direction: column;
    }

    .kurumsaltxt .fullcenter .ikilisatir, .kurumsaltxt .ikilisatir > div {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 26px;
    }

        .kurumsaltxt .ikilisatir > div > div {
            width: 90%
        }

            .kurumsaltxt .ikilisatir > div *, .kurumsaltxt .ikilisatir > div > div * {
                text-align: center
            }

        .kurumsaltxt .ikilisatir > div:first-child {
            margin-bottom: 25px
        }

    .mtop {
        margin-top: 35px !important
    }
    .mbottom {
        margin-bottom: 35px !important;
    }

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

        .sertifikalarKalite .sertifikaIn > h2 {
            margin-bottom: 15px
        }

    .darkbg > div > .detaypagetoptitle {
        display: none
    }

    .filter-menu2 {
        position: relative;
        margin-top: 30px;
    }

    .proje.treediv {
        display: flex;
        flex-direction: column;
    }

        .pagedetail .treediv.tamamlanan-projeler > div, .proje.treediv > div {
            width: 100%;
            height: 50vw;
        }

    .projelinkhover .bg30 {
        opacity: 1
    }

    .projedetail .head .logo > img {
        width: 150px;
    }

    .projedetail .head h6 {
        font-size: 30px;
        line-height: 35px;
    }

    .head h4 {
        font-size: 22px;
        margin-bottom: 35px;
        line-height: 32px;
    }

    .projedetail .counters {
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
    }

        .projedetail .counters > div {
            width: 48%;
        }

    .mapform {
        display: flex;
        flex-direction: column;
        padding: 40px 15px;
    }

        .mapform > section {
            width: 100% !important
        }

            .mapform > section:first-child {
                margin-bottom: 35px;
            }

    .detayharita iframe, .detayharita {
        height: 450px;
    }

    .projenavigator > div > a > div {
        display: none
    }

    .filter-menu {
        width: 90%;
        margin-bottom: 5px
    }

    .button.filtering-button:last-child {
        margin-right: 0
    }

    .ilenew {
        display: flex;
        flex-direction: column;
    }

        .ilenew > div {
            width: 100%;
        }

            .ilenew > div:last-child {
                width: 100%;
            }

    .ileimg {
        display: none
    }

    .siziarayalim {
        width: 90%;
        padding: 65px 10px;
    }

    .miniform {
        width: 90%
    }

    .siziarayalim > form select {
        height: 46px;
        background-size: 15px;
        font-size: 16px;
    }

    .mobilemenu > .menuicerik {
        width: 100%
    }

        .mobilemenu > .menuicerik .menuler > div > a {
            font-size: 28px;
            line-height: 40px;
        }

    .aricanmaps {
        display: flex;
        flex-direction: column;
    }

.aricanmaps > .menubar {width: 100%;height: 175px%;}
.aricanmaps > .harita {height:calc(100% - 175px);}
.mproje{display:none !important}

    .mheadlik > div {
        padding: 9px 0;
    }

    .mproje > ul > li > p {
        padding: 9px 0;
    }

    .mcont {
        padding: 35px 0 25px 0;
    }

    .projedetail .uk-container {
        padding-left: 0px;
    }

    .projepopup > div {
        display: flex;
        flex-direction: column;
        aspect-ratio: auto;
    }

    .projepopup {
        z-index: 100
    }

        .poptesekkurler, .projepopup .popitem, .projepopup .popimg {
            width: 100%
        }

        .projepopup .popimg { /* height: 170px; */
            max-width: 90vw;
            width: 90vw;
        }

        .projepopup .popitem {
            padding: 16px 15px;
        }

        .projepopup > div .close {
            background: #fff;
            border-radius: 100%;
            width: 40px;
            height: 40px;
        }

        .projepopup .popitem p {
            font-size: 16px;
            line-height: 18px;
        }

    .dtipi > div:first-child {
        margin-right: 15px;
        letter-spacing: 1px;
    }

    .form-control-checkbox__icon:before, .form-control-checkbox__icon {
        height: 20px;
        width: 20px;
    }

    .projepopup .popitem h1 {
        font-size: 20px;
    }

    .projepopup button {
        margin-top: 0px;
    }

    .poptesekkurler > div {
        padding: 45px 25px;
    }

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

    .pagedetail .haberler .treediv > div{width:100%;max-height:inherit}
    .pagedetail .haberler .treediv > div > a .zoom{max-height:30vh}
    .projepopup .popitem input{
    height: 30px;
    font-size: 13px;
}
    .projepopup .popitem form select{
    height: 40px;
    padding: 0px 22px;
    font-size: 13px;
    background-size: 15px;
    }
    .projepopup .popitem .kosul a, .form-control-checkbox__label{font-size: 9px;}
	.siziarayalımbuton{
}
	
	.siziarayalımbuton.fixed-buttons .arican-button-default a{
    width: 113px;
}
	
   

}


.project-nav.sticky-bar
{
	position: sticky !important;
	top: 80px;
	z-index: 999;
}

.project-page .project-nav {
	position: relative;
	transition: 300ms;
    max-width: 1400px;
	margin: auto;
    margin-top: -15px;
    display: none;
}
.project-page .project-nav .nav-container {
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}



.project-page .project-nav .nav-container .category-title {
	position: relative;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 3px;
	padding-left: 60px;
}
.project-page .project-nav .nav-container .category-title:Before {
	content: '';
	position: absolute;
	left: 0;
	top: calc(50% - .5px);
	width: 50px;
	background: #000;
	height: 1px;
}
.project-page .project-nav .nav-container .project-title {
	font-size: 35px;
	margin: 0;
	font-weight: 600;
}
.project-page .project-nav .nav-container nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	column-gap: 10px;
}
.project-page .project-nav .nav-container nav a {
	color: #515151;
	transition: 300ms;
	border: 1px solid #A3A3A3;
	border-radius: 10px;
	padding: 6px 25px;
	display: inline-flex;
	align-items: center;
	font-weight: 500;
}


.fullcenter table{width:100%; max-width: 700px; margin: 0 auto; margin-top: 40px;}
.fullcenter table td,table th {text-align: center;}
.fullcenter table tr:first-child th, .fullcenter table tr:first-child td {padding: 10px;font-weight:bold; font-size:30px;}
.fullcenter table tr:not(:first-child) td, .fullcenter table tr:not(:first-child) th {padding: 5px; font-weight:normal; font-size: 16px;}

.videolar {width: 100%;display: flex; justify-content: center; gap: 15px; margin: 20px 0px;}
.videolar div {width: 50%;}


#images .pagedetaill {width: 50%;}

.dosyalar {width: 100%;display: flex; justify-content: center;gap: 15px; margin: 20px 0px;}
.dosyalar div 
{
    background: #a3826c;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid transparent;
    border-radius: 23px;
    padding: 10px 25px;
}
.dosyalar div a{color:#fff;}

.dosyalar div img{width: 100%;}
.carousel__button{color: var(--carousel-button-color, rgb(255 255 255)) !important;}

.medya {width: 100%;display: flex; flex-wrap: wrap; justify-content: center;gap: 15px; margin: 20px 0px;}
.medya div {
    background: #a3826c;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid transparent;
    border-radius: 23px;
    padding: 10px 25px;
}
.medya div a{color:#fff;}
.medya div img{width: 100%;}

.galeri {width: 100%;display: flex; flex-wrap: wrap;gap: 15px; margin: 20px 0px;}
.galeri div {width: 18%;}
.galeri div img{width: 100%;}

.align-items-start{align-items: flex-start !important;}

@media(max-width:1200px)
{
    .galeri div {width: 23%;}
}


@media(max-width:700px)
{
    .project-page .project-nav .nav-container {flex-direction: column !important;}
    .project-page .project-nav .nav-container nav {flex-direction: column !important;}
    .project-page .project-nav .nav-container nav a {	width: 100%; margin-bottom: 10px; display: block !important;text-align: center;}
    .info{width: 100%; margin-bottom: 10px;}
    .items-nav{width: 100%;}

    .filter-buttons{flex-wrap: wrap;}
    .grid-item{width: 100% !important;}
    .kategoriler{flex-wrap: wrap;}
    .galeri div {width: 100%;}
    
    .ikilisatir > div {width: 100%;}
}