﻿body, html {
    background: #181d24;
}

.main {
}

.alink {
    margin-top: -100px;
    position: absolute;
    height: 0;
}

.giris {
    background: #181d24
}

    .giris .logo {
        width: 100%;
        margin-bottom: 3px;
    }

        .giris .logo > a {
        }

            .giris .logo > a > img {
                width: auto;
                height: 45vh;
            }

            .giris .logo > a > video {
                width: auto;
                height: 45vh;
                border-radius: 50%; /* Videoyu tamamen yuvarlak yapar */
            }

.projehome {
    /* padding-top: 126px; */
}

.project-selection-container {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 3px;
}

.project-header {
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.project-header-load {
    position: fixed;
    z-index: 999;
    width: 100%;
    background: #172027;
    height: 100vh;
}


.project-header.alttab {
    text-align: center;
    color: #fff;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.project-header h1 {
    font-size: 3.5rem;
    font-weight: 300;
    font-size: 26px;
    line-height: 34px;
    color: #ca9d75;
}

    .project-header h1.bigtxt {
        font-size: 2.2vw;
        line-height: 2.8vw;
        color: #ca9d75;
        text-align: center;
    }


        .project-header h1.bigtxt span {
            font-size: 2.2vw;
            line-height: 2.8vw;
            color: #FFF;
            text-align: center;
            font-family: SangBleu Empire;
        }

}

.project-header h1.bigtxt span {
    font-size: 2.2vw;
    line-height: 2.8vw;
    color: #FFF;
    text-align: center;
}


.project-header .left {
    gap: 40px;
    display: flex;
    flex-direction: column;
}


.font1 * {
    font-family: "bodoni-urw";
}

.font2 * {
    font-family: "lexia-variable";
}

.font3, .font3 * {
    font-family: SangBleu Empire;
}

.font4 * {
    font-family: "benton-modern-display-conden";
}

.project-header .left h1 {
    margin-bottom: 5px;
}

    .project-header .left h1:first-child {
    }

.project-header h1 span.block {
    display: block;
    color: #ca9d75;
}

.project-header .left h1.yfont, .project-header .left h1.yfont span {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 1px;
}

.project-header .left h1 span {
    color: #fff
}

.project-header h2 {
    color: #ca9d75;
    margin-bottom: 5vh;
    font-size: 26px;
    line-height: 44px;
    letter-spacing: .1em;
    font-weight: 300;
}


.project-header p {
    font-size: 1.2rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    align-items: center;
    min-height: 100vh;
    padding: 95px 0;
}

.project-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

    .project-card.natura {
        background: #0e353b;
    }

    .project-card.aura {
        background: #1b1e4c;
    }

    .project-card.flora {
        background: #172026;
    }

    .project-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    }

.project-image {
    position: relative;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .project-image > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

    .project-image .logos {
        position: absolute;
        bottom: -108px;
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        border-radius: 100%;
        aspect-ratio: 156/168;
        padding: 16px;
        overflow: hidden;
        width: 50%;
    }


.project-card.natura .logos {
    background: #0e353b;
}

.project-card.aura .logos {
    background: #1b1e4c;
}

.project-card.flora .logos {
    background: #172026;
}




.project-image .logos > img {
    width: 100%;
    max-width: 160px;
}

/*       .project-card:hover .project-image img {
                transform: scale(1.05);
            }*/

.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(172,131,94,0.9), rgba(172,131,94,0.7));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.project-card:hover .project-overlay {
    opacity: 1;
}

.project-overlay h3 {
    font-size: 80px;
    font-weight: 700;
    margin-bottom: 10px;
    color: transparent; /* İçini şeffaf yapar */
    -webkit-text-stroke: .35px #ffffff; /* Safari/Chrome için */
    text-stroke: 1px #000; /* Diğer tarayıcılar için (destek sınırlı) */
    font-family: 'Euclid Square';
}

.project-overlay p {
    font-size: 1.1rem;
    text-align: center;
    padding: 0 20px;
}

.project-content {
    padding: 30px;
    padding-top: 115px;
    text-align: center;
}

    .project-content h3 {
        font-size: 1.8rem;
        color: #333;
        margin-bottom: 15px;
        font-weight: 600;
    }

    .project-content p {
        color: #ca9d75;
        line-height: 1.6;
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 21px;
        font-weight: 500;
    }

    .project-content ul {
        list-style: none;
        padding: 0;
        margin-bottom: 25px;
    }

        .project-content ul li {
            border-bottom: 1px solid #ffffff1f;
            padding: 4px 0;
            color: #ffffff;
            position: relative;
            font-size: 16px;
            line-height: 21px;
        }

            .project-content ul li:before {
                /* content: "✓"; */
                position: absolute;
                left: 0;
                color: #ac835e;
                font-weight: bold;
            }

.project-btn {
    display: inline-block;
    /* background: #ac835e; */
    color: #ca9d75;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 600;
    transition: background 0.3s ease;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ac835e;
}

.project-card:hover .project-btn {
    background: #9a7350;
    color: white;
    text-decoration: none;
}

.project-footer {
    text-align: center;
    padding: 40px 0;
    border-top: 1px solid #eee;
}

    .project-footer p {
        font-size: 1.1rem;
        color: #666;
        margin-bottom: 20px;
    }

.contact-info {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

    .contact-info span {
        color: #ac835e;
        font-weight: 500;
    }

@media (max-width: 768px) {
    .header > div {
    }

    .project-selection-container {
        /* padding: 80px 15px 40px 15px; */
    }

    .project-header h1.bigtxt {
        margin-top: 25px
    }

        .project-header h1.bigtxt, .project-header h1.bigtxt span {
            font-size: 19px
        }

    .project-header h1 {
        /* font-size: 2.5rem; */
    }

    .project-header h2 {
        font-size: 1.5rem;
    }

    .projects-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .contact-info {
        flex-direction: column;
        gap: 15px;
    }
}

.header { /* position: absolute; */ /* top: 0; */ /* z-index: 9; */
    background: linear-gradient(180deg,rgba(24,29,36,.7),rgba(24,29,36,0));
    width: 100%;
    display: flex;
    padding: 3vh 0 8vh 0;
    justify-content: center;
    transition: 0.5s;
}

    .header > div {
        display: flex;
        flex-direction: row;
        max-width: 1620px;
        align-items: flex-start;
        width: 90%;
        justify-content: center;
        position: relative;
    }

        .header > div > div {
            display: flex;
            align-items: center;
            padding-top: 2vh; /* min-width: 360px; */
            position: absolute
        }

            .header > div > div > div:first-child {
                margin-right: 50px;
                display: flex;
                align-items: center;
                cursor: pointer;
            }

            .header > div > div > div.logo:first-child {
                margin-right: 0px
            }

            .header > div > div:first-child {
                left: 0;
                z-index: 99;
            }

            .header > div > div:last-child {
                right: 0
            }

            .header > div > div.logo {
                padding-top: 0;
                display: flex;
                align-items: center;
                justify-content: center;
                left: auto;
                /* z-index: 99; */
                display: flex;
                justify-content: center;
                align-items: flex-end;
                border-radius: 100%;
                aspect-ratio: 254/ 273;
                padding: 24px;
                overflow: hidden;
            }

                .header > div > div.logo.aura {
                    background: #1b1e4c;
                }

                .header > div > div.logo.natura {
                    background: #0e353b;
                }

                .header > div > div.logo.flora {
                    background: #172026;
                }



                .header > div > div.logo a {
                    width: 210px;
                    transition: 0.5s;
                }

                    .header > div > div.logo a img {
                        width: 100%
                    }

            .header > div > div .menu {
                margin-right: 50px;
                color: #f9f0ec;
                padding: 15px 30px;
                border-radius: 37px;
                font-size: 13px;
                border: 2px solid #ac835e;
            }

                .header > div > div .menu > svg {
                    width: 18px;
                    margin-right: 6px;
                }

        .header > div .arabut {
        }

            .header > div .arabut a {
                color: #f9f0ec;
                background-color: #ac835e;
                padding: 15px 30px;
                border-radius: 37px;
                font-size: 13px;
            }

        .header > div > div a {
            display: block;
            color: #f9f0ec;
            font-size: 14px;
            letter-spacing: 1px;
        }

            .header > div > div a.tel {
                font-size: 16px;
                font-weight: 500;
            }

.mobiles {
    display: none !important
}

.mobilephone {
}

    .mobilephone > a {
        border: 1px solid #ac835e; /* padding: 25px; */
        border-radius: 100%;
        width: 50px;
        height: 50px;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

        .mobilephone > a > img {
            width: 20px;
        }

.siziarayalim {
    position: absolute;
    bottom: 12vh;
    z-index: 9;
    width: 260px;
    background: #f9f0ec;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px;
    right: calc((100%  - 1620px) / 2);
}

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

        .siziarayalim > a > div {
            display: flex;
            flex-direction: row;
            align-items: center;
            width: 100%;
        }

            .siziarayalim > a > div > div:first-child {
                width: 65px;
                overflow: hidden;
                height: 65px; /* border: 1px solid #fff; */
                border-radius: 100%;
                margin-right: 15px;
            }

            .siziarayalim > a > div img {
                width: 100%;
            }

            .siziarayalim > a > div h1 {
                color: #ac835e;
                font-size: 14px;
                line-height: 16px;
                margin-bottom: 4px;
            }

            .siziarayalim > a > div h2 {
                color: #181d24;
                font-size: 14px;
                letter-spacing: 1px;
            }

.main .slader {
    width: 100%;
    position: relative;
    height: 85vh;
    overflow: hidden;
    margin-bottom: 10vh;
}

.main .carousel__text {
    width: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    bottom: 7vh;
    z-index: 5;
}

    .main .carousel__text > div {
        max-width: 1620px;
        position: relative;
        width: 100%;
    }

    .main .carousel__text h1 {
        font-family: Wonder Garden Script;
        font-size: 17vw;
        line-height: 18vh;
        position: absolute;
        bottom: -47px;
        left: 26vw;
        color: #ca9d75;
    }

    .main .carousel__text h2 {
        font-family: SangBleu Empire;
        font-size: 7vw;
        line-height: 14vh;
        color: #f9f0eb;
    }

    .main .carousel__text h3 {
        font-family: SangBleu Empire;
        font-size: 2vw;
        line-height: 2vh;
        color: fdf2e0;
        font-size: 7vw;
        line-height: 8vw;
        color: #f9f0eb;
    }

    .main .carousel__text p {
    }

.main .carousel__slide__inner {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: flex-end;
    position: relative
}

.main .slader img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.main .slader .slick-slider, .main .slader .slick-slider .slick-track, .main .slader .slick-slider .slick-list, .main .slader .slick-initialized .slick-slide, .main .slader .carousel__slide__inner {
    height: 100%
}

.carousel__image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    width: 100%;
    z-index: 1;
    cursor: pointer;
}

.main.altbar {
    width: 100%;
    position: relative
}

    .main.altbar .carousel__text {
        bottom: -5vh;
    }

        .main.altbar .carousel__text h3, .main.altbar .carousel__text h2 {
            color: #fff
        }

.ofisler {
}

    .ofisler .main.altbar .carousel__text h3 {
        color: #1b1e4c;
    }

    .ofisler .main .carousel__text h1 {
        left: 17vw;
        bottom: 60px;
    }

    .ofisler .div-itemofis {
        display: flex;
        flex-direction: row;
    }

        .ofisler .div-itemofis > div {
        }

            .ofisler .div-itemofis > div img {
                width: 100%;
            }

            .ofisler .div-itemofis > div .txtslide {
                display: flex;
                flex-direction: row;
                align-items: center;
                flex-direction: row-reverse;
                justify-content: space-between;
                gap: 70px;
            }

            .ofisler .div-itemofis > div .txtslide {
                width: 100%
            }

                .ofisler .div-itemofis > div .txtslide > div {
                    width: 100%;
                }

                .ofisler .div-itemofis > div .txtslide > .txt {
                    padding-left: 5%
                }

                .ofisler .div-itemofis > div .txtslide .txt > div.head {
                    font-size: 1.8vw;
                    line-height: 2.4vw;
                    color: #ac835e;
                    font-family: SangBleu Empire;
                    margin-bottom: 20px;
                }

                .ofisler .div-itemofis > div .txtslide .txt > div.txt {
                    font-family: 'Euclid Square';
                    font-size: 21px;
                    line-height: 39px;
                    letter-spacing: .1em;
                    color: #181d24;
                }

    .ofisler .main {
    }

        .ofisler .main.altbar .carousel__text {
            bottom: 0;
            position: relative;
        }

        .ofisler .main .carousel__text > div {
            height: 25vh;
        }

.div-itemfull, .div-item {
    padding: 16vh 0 0 0;
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
}

    .div-item > div {
        max-width: 1620px;
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
    }

        .div-item > div > div.left {
            width: 50%;
            margin-left: 50%;
            display: flex;
            flex-direction: column;
        }

    .div-item h1 {
        color: #ca9d75;
        margin-bottom: 5vh;
        font-size: 26px;
        line-height: 44px;
        letter-spacing: .1em;
        font-weight: 300;
    }

        .div-item h1 span {
            color: #f9f0ec;
        }

    .div-item h2 {
        color: #f9f0ec;
        width: 40%;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 23px;
    }

    .div-item h1 span.block {
        display: block;
        color: #ca9d75;
    }

.lightbg .div-item h2 span {
    color: #ca9d75;
    font-family: SangBleu Empire;
    margin-bottom: 10px;
    display: block;
    letter-spacing: 3px;
}

.div-itemfull .galery {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .div-itemfull .galery > div {
        width: 27%;
        position: relative;
    }

        .div-itemfull .galery > div:nth-child(2) {
            width: 40%;
            position: relative;
        }

        .div-itemfull .galery > div > img {
            width: 100%;
        }

.page-top .div-item h1 {
    margin-bottom: 20px;
    letter-spacing: .05em;
}

.altpagabar {
    display: flex;
    flex-direction: column;
    width: 100%;
}

    .altpagabar::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 60vh;
        z-index: 0; /* üstte görünmesi için */
    }

.adresaura .altpagabar::before {
    background: #1b1e4c;
}

.adresflora .altpagabar::before {
    background: #172026;
}

.adresnatura .altpagabar::before {
    background: #0e353b;
}

.page-top .div-item h2 {
    font-size: 17px;
    line-height: 29px;
    width: 60%;
}

.scrollhidden {
    overflow: hidden !important;
}

.ortametin {
    position: absolute;
    z-index: 9;
}

    .ortametin h1 {
        font-family: Wonder Garden Script;
        font-size: 10vw;
        line-height: 11vh;
        color: #f9f0eb;
    }

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

.circile {
    border: 2px solid #ca9d75;
    display: flex;
    align-content: center;
    align-items: center;
    width: 180px;
    height: 180px;
    border-radius: 100%;
    justify-content: center;
    position: absolute;
    bottom: -90px;
    z-index: 2;
    left: 5vw;
}

    .circile.usttab {
        position: absolute;
        bottom: -80px;
        left: auto;
        color: #f9f0eb;
        background: #181d24;
        width: 200px;
        height: 200px;
        z-index: 13;
        border: 0;
    }

        .circile.usttab a {
            color: #f9f0eb;
            width: 200px;
            height: 200px;
            border: 0;
            border-radius: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

.carousel__text .circile img {
    width: 20px;
}

.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    border: 1px solid rgba(89,65,62,.4);
    background: #181d24;
    color: #71677a;
    transition: 1s;
}

    .cookie-consent > div {
        padding: 2vh 0;
    }

        .cookie-consent > div > div {
            display: flex;
            align-items: center;
            width: 90%;
            margin: 0 auto;
            justify-content: space-between;
        }

        .cookie-consent > div p {
            font-size: 11px;
            letter-spacing: 2px;
        }

            .cookie-consent > div p > a {
                color: #f9f0ec;
                letter-spacing: 2px;
                margin-left: 5px;
                font-size: 11px;
            }

.cookie-ok {
    border: 1px solid #ac835e;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    letter-spacing: 2px;
    cursor: pointer;
    padding: 15px;
}

    .cookie-ok > span {
        color: #f9f0ec
    }

.circile .icon {
    position: relative;
    z-index: 2;
}

.circile .circle {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #ca9d75;
    border-radius: 100%;
}

    .circile .circle:after {
        content: "";
        position: absolute;
        top: 2px;
        left: 2px;
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        border-radius: 100%;
        background: #181d24;
    }

    .circile .circle span {
        position: absolute;
        width: 50%;
        height: 100%;
        overflow: hidden;
    }

        .circile .circle span em {
            position: absolute;
            width: 100%;
            height: 100%;
            background: #f9f0eb;
            border-radius: 999px;
            transition: transform 0.25s linear;
        }

        .circile .circle span:first-child {
            left: 0;
        }

            .circile .circle span:first-child em {
                left: 100%;
                transform-origin: 0% 50%;
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

        .circile .circle span:last-child {
            left: 50%;
        }

            .circile .circle span:last-child em {
                left: -100%;
                transform-origin: 100% 50%;
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
                transition-delay: 0.25s;
            }

.circile:hover .circle span:first-child em {
    transform: rotate(-180deg);
    transition: transform 0.25s 0.25s ease-out;
}

.circile:hover .circle span:last-child em {
    transform: rotate(-180deg);
    transition: transform 0.25s linear;
}

.bigtxt {
    font-family: SangBleu Empire;
}

.item {
    width: 100%
}

    .item .head {
        font-size: 2.2vw;
        line-height: 2.8vw;
        color: #ca9d75;
        text-align: center;
    }

        .item .head > span {
            display: block;
            font-family: SangBleu Empire;
            color: #f9f0eb;
        }

.bylink {
    width: 100%;
}

    .bylink > a {
        color: #f9f0eb;
        border: 1px solid #ca9d75;
        padding: 16px 45px;
        border-radius: 45px;
        margin-top: 25px;
        display: block;
        float: left;
        transition: 0.5s
    }

        .bylink > a:hover {
            background: #ca9d75
        }


.container-h .item .head:not(.bigtxt) > span {
    font-family: 'Euclid Square';
    font-weight: 600;
    margin-top: 45px
}

.container-h .lightbg .item .head > span {
    color: #ac835e;
}

.item h2.head {
    font-size: 1vw;
    line-height: 1.85w;
    letter-spacing: .3em;
    color: #f9f0eb;
}

.tphk {
    padding-top: 8vh !important
}

.item p.head {
    font-size: 21px;
    line-height: 39px;
    letter-spacing: .1em;
    margin-bottom: 45px
}

.page-top .item p.head {
    width: 90%;
    max-width: 1620px;
    margin: 0 auto;
    margin-top: 15px;
    line-height: 32px;
}

.ustyaprak {
    background: url("/img/ustyaprak.svg?v=4") no-repeat center top;
    width: 100%;
    background-size: 100% auto
}

.altyaprak {
    background: url("/img/altyaprak.svg?v=4") no-repeat center bottom;
    width: 100%;
    background-size: 100% auto
}

.imgfull {
    width: 100%
}

.maps {
    padding: 6vh 0 6vh 0;
    position: relative;
    margin-bottom: 120px;
}

.slader.sosyal {
    height: 70vh;
}

.slader .txtslide {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .slader .txtslide > div {
        width: 46%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        overflow: hidden;
    }

        .slader .txtslide > div img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

        .slader .txtslide > div:last-child {
            width: 50%;
            color: #ca9d75;
            padding-right: 7vw;
        }

            .slader .txtslide > div:last-child > div {
            }

            .slader .txtslide > div:last-child > div {
                font-size: 1.8vw;
                line-height: 2.4vw;
                color: #ac835e;
                font-family: SangBleu Empire;
                margin-bottom: 20px;
            }

                .slader .txtslide > div:last-child > div:last-child { /* color: #ca9d75; */
                    font-family: 'Euclid Square';
                    font-size: 21px;
                    line-height: 39px;
                    letter-spacing: .1em;
                    color: #181d24;
                }

.leftslider .slick-list {
    padding-left: 0px !important;
}

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

.leftslider.galeri {
    height: 60vh;
}

.leftslider .slick-slide {
    padding-right: 90px;
}

.fullimg {
    width: 100%;
    max-height: 80vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
}

    .fullimg > img {
        width: 100%;
    }

.lightbg {
    background: #f9f0eb;
    color: #ac835e;
}

.phototext {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
}

.maxic {
    max-width: 1620px;
    position: relative;
    width: 100%;
    margin-bottom: -71px;
}

.bigtxt1 {
    font-family: SangBleu Empire;
    font-size: 5vw;
    line-height: 12vh;
    color: #ffffff;
}

.mediumtxt {
    font-size: 21px;
    line-height: 39px;
    letter-spacing: .1em;
    color: #ac835e;
    margin-bottom: 45px;
}

.lightbg .div-item h1 span.block {
    color: #ac835e;
    color: #181d24;
}

.homegaleri {
    background: #392d29;
    padding: 10vh 0;
}

.miniform {
    width: 540px;
    margin: 0 auto;
    padding-bottom: 10vh
}

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

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

    input::placeholder {
        font-size: 14px;
        font-weight: 300
    }

.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 #ac835e;
    flex-shrink: 0;
    overflow: hidden;
    transition-property: border-color
}

    .form-control-checkbox__icon:before {
        content: "";
        display: block;
        position: absolute;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        left: 0;
        top: 0;
        background: url(/img/checkbox.svg);
        background-color: #ac835e;
        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: #181d24;
    font-size: 12px;
    position: relative;
    z-index: 1
}

.homeform {
    position: relative
}

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

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

    .miniform h3.head > span:first-child {
        position: absolute;
        font-size: 285px;
        width: 100%;
        color: #181d24;
        text-align: center;
        line-height: 0;
        margin-top: -67px;
    }

    .miniform h3.head > span:last-child {
        font-size: 74px;
        line-height: 75px;
        letter-spacing: -4px;
    }

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

.miniform button {
    background: #ac835e;
    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: #181d24;
    }

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

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

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

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

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

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

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

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

footer {
    padding: 5vh 0;
}

    footer > div {
        width: 90%;
        max-width: 1620px;
        margin: 0 auto
    }

    footer .ust {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        footer .ust > div {
        }

            footer .ust > div:first-child a {
                display: flex;
                align-content: center;
                align-items: center;
            }

                footer .ust > div:first-child a button {
                    border: 1px solid #ac835e;
                    color: #ac835e;
                    border-radius: 100%;
                    background: transparent;
                    width: 50px;
                    height: 50px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-weight: 500;
                    font-size: 13px;
                    margin-right: 14px;
                }

                footer .ust > div:first-child a p {
                    color: #faf0eb;
                    font-size: 13px;
                }

            footer .ust > div:last-child a {
                color: #faf0eb;
                font-size: 13px;
                display: flex;
                align-items: center;
            }

                footer .ust > div:last-child a button {
                    border: 1px solid #ac835e;
                    color: #ac835e;
                    border-radius: 100%;
                    background: transparent;
                    width: 50px;
                    height: 50px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-weight: 500;
                    font-size: 13px;
                    margin-right: 14px;
                }

                    footer .ust > div:last-child a button img {
                        width: 9px;
                        transform: rotate(180deg);
                    }

            footer .ust > div:last-child p {
                margin-right: 15px;
            }

    footer .orta {
        text-align: center;
        color: #ca9d75;
    }

        footer .orta a {
            font-size: 90PX;
            font-family: SangBleu Empire;
            margin-bottom: 50px;
            display: block;
            letter-spacing: 9px;
        }

        footer .orta p {
            color: #71677a;
            line-height: 26px;
            font-size: 13px;
        }

            footer .orta p span {
                color: #f9f0ec;
                margin-top: 25px;
                display: block;
            }

    footer .alt {
        margin-top: 50px;
        margin-bottom: 80px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        footer .alt > div {
            width: 250px;
        }

            footer .alt > div:first-child > div {
                color: #71677a;
                line-height: 26px;
                font-size: 11px;
            }

            footer .alt > div:last-child {
            }

                footer .alt > div:last-child a {
                }

                    footer .alt > div:last-child a span {
                        color: #71677a;
                        line-height: 26px;
                        font-size: 11px;
                        display: block;
                        text-align: right;
                    }

                        footer .alt > div:last-child a span:last-child {
                            color: #faf0eb;
                        }

.bayraktar {
}

    .bayraktar > a {
        display: block;
        text-align: center;
    }

        .bayraktar > a > img {
            width: 220px;
            filter: brightness(0) invert(1);
            filter: invert(53%) sepia(80%) saturate(130%) hue-rotate(-12deg);
        }

.leftslider .slick-dots {
    bottom: -5vh
}

.slader.sosyal .slick-arrow {
    background: #ca9d75 url(/assets/white-arrow.svg) no-repeat center;
    background-size: 14px;
    border-radius: 100%;
    width: 5vw;
    height: 5vw;
    max-width: 100px;
    max-height: 100px;
}

    .slader.sosyal .slick-arrow.slick-next {
    }

.toplink {
    position: absolute;
    height: 1px;
    margin-top: -4vh
}

.maps-mesafe {
    width: 90%;
    margin: 0 auto;
    max-width: 1620px;
    color: #ca9d75;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 60px auto;
}

    .maps-mesafe > div {
        width: calc((100% / 5) - 15px);
        border: 1px solid #292f38;
        padding: 17px 10px;
        border-radius: 20px;
        margin-block: 10px;
        margin-right: 15px;
        text-align: center;
    }

    .maps-mesafe ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .maps-mesafe ul > li {
            font-size: 12px;
            line-height: 17px;
            text-transform: uppercase;
        }

            .maps-mesafe ul > li:last-child {
                font-weight: 600;
                margin-top: 3px;
                font-size: 16px;
                line-height: 22px;
                color: #fff;
            }

            .maps-mesafe ul > li div {
                width: 50px;
                background: #bf9b73;
                height: 50px;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 100%;
                margin-bottom: 9px;
            }

                .maps-mesafe ul > li div > span {
                    font-family: 'Museo 700';
                    color: #181d24;
                    font-size: 26px;
                    display: block;
                }

.progress-list {
}

    .progress-list > ul {
        list-style-type: none;
        margin: 0 0 70px;
        margin: 160px 0 90px;
        position: relative;
    }

        .progress-list > ul:before {
            content: '';
            width: 1px;
            height: 100%;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            margin: 0 auto;
            display: block;
            background-color: #cfd7d9;
        }

        .progress-list > ul > li {
            width: 30%;
            position: relative;
            height: 750px;
        }

            .progress-list > ul > li:before {
                content: '';
                position: absolute;
                height: 1px;
                width: 35px;
                display: block;
                background-color: #cfd7d9;
                top: 30px;
            }

            .progress-list > ul > li.media {
                width: 465px;
            }

                .progress-list > ul > li.media:nth-child(even) {
                    margin-left: calc(50% - 465px);
                }

                .progress-list > ul > li.media p {
                    float: left;
                    display: block;
                    width: 170px;
                }

            .progress-list > ul > li h3 {
                margin: 0 0 20px;
                font-size: 68px;
                font-weight: 700;
                color: #ac835e;
            }

            .progress-list > ul > li h4 {
                font-size: 24px;
                font-weight: 300;
                color: #5c666f;
                margin: 0 0 15px;
                line-height: 120%;
            }

            .progress-list > ul > li p {
                font-size: 14px;
                font-weight: 300;
                color: #5c666f;
                line-height: 170%;
                margin: 0;
            }

            .progress-list > ul > li .img-container {
                float: left;
                display: block;
                margin-right: 25px;
            }

                .progress-list > ul > li .img-container img {
                    margin-bottom: 15px;
                }

            .progress-list > ul > li:nth-child(odd) {
                margin-left: 50%;
                padding-left: 45px;
            }

                .progress-list > ul > li:nth-child(odd):before {
                    left: 0px;
                }

            .progress-list > ul > li:nth-child(even) {
                padding-right: 45px;
                margin-left: calc(50% - 30%);
                text-align: right;
            }

                .progress-list > ul > li:nth-child(even):before {
                    right: 0;
                }

                .progress-list > ul > li:nth-child(even) div {
                    right: 0;
                }

            .progress-list > ul > li > ul {
                list-style-type: none;
                padding: 0;
                margin: 0;
                line-height: 150%;
            }

                .progress-list > ul > li > ul > li {
                    position: relative;
                    margin-bottom: 10px;
                }

                    .progress-list > ul > li > ul > li div {
                        width: 100%;
                        position: absolute;
                    }

                        .progress-list > ul > li > ul > li div a {
                            display: block;
                            cursor: pointer;
                        }

                    .progress-list > ul > li > ul > li img {
                        width: 100%
                    }

.resimpopup {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: #181d24;
    transition: 1s;
}

    .resimpopup.active {
        right: 0;
        overflow-y: scroll;
    }

    .resimpopup > div {
    }

        .resimpopup > div > div {
        }

    .resimpopup .popclose {
        width: 120px;
        position: absolute;
        left: 00px;
        height: 120px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

        .resimpopup .popclose:before {
            background-color: #ac835e;
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            transition-property: transform,background-color,border-color,box-shadow;
            transition-duration: .4s;
            transition-timing-function: cubic-bezier(.25,.74,.22,.99);
            cursor: pointer;
        }

        .resimpopup .popclose .close {
            position: relative;
            z-index: 1;
            cursor: pointer;
        }

        .resimpopup .popclose:hover:before {
            transform: translateY(-100%);
        }

        .resimpopup .popclose svg {
            cursor: pointer;
        }

            .resimpopup .popclose svg path {
                fill: #fff;
            }

    .resimpopup .poptext {
        position: absolute;
        top: 25%;
        left: 25%;
        z-index: 32;
    }

        .resimpopup .poptext h1 {
            color: #fff;
            font-family: SangBleu Empire;
            font-size: 7vw;
            line-height: 14vh;
        }

    .resimpopup .popresimler {
        position: absolute;
        right: 0; /* overflow-y: scroll; */
        height: 100%;
        width: 60%;
    }

        .resimpopup .popresimler div:last-child {
            margin-bottom: 30px;
        }

        .resimpopup .popresimler div {
            margin-bottom: 30px;
        }

        .resimpopup .popresimler a {
            position: relative
        }

        .resimpopup .popresimler img {
            width: 100%
        }

        .resimpopup .popresimler a div {
            width: 40px;
            height: 40px;
            background: #ca9d75;
            border-radius: 40px;
            position: absolute;
            bottom: 20px;
            left: 20px;
            display: flex;
            flex-direction: column;
            align-content: center;
            justify-content: center;
            align-items: center;
            font-size: 20px;
            font-weight: 900;
            color: #fff;
            margin: 0;
        }

.projesurecivideo {
    display: flex;
    width: 90%;
    margin: 50px auto 0 auto;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
}

    .projesurecivideo > div {
        width: calc(25% - 25px);
        text-align: center; /* background: #000; */
        margin-bottom: 25px;
    }

        .projesurecivideo > div > div {
            position: relative;
            display: flex;
            justify-content: center;
            width: 100%;
            overflow: hidden;
            align-items: center;
            cursor: pointer;
        }

            .projesurecivideo > div > div > img {
            }

        .projesurecivideo > div h1 {
            font-size: 30px;
            margin: 35px;
            color: #fff;
            font-family: SangBleu Empire;
            text-align: center;
        }

    .projesurecivideo .playicon {
        position: absolute;
        z-index: 555;
    }

        .projesurecivideo .playicon img {
            width: 60px;
        }

    .projesurecivideo > div > div > a {
        display: flex;
        z-index: 1;
        align-items: center;
        justify-content: center;
    }

    .projesurecivideo > div.genisvideo {
        width: calc(50% - 25px);
    }

        .projesurecivideo > div.genisvideo > div > a > img {
            width: 100%
        }

.detayvideo {
    width: 100%;
    text-align: center;
}

    .detayvideo video {
        height: 100%;
    }

.vdetail {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    background: #000;
    left: 0;
    top: 0;
    z-index: 999999;
}

    .vdetail .videobar {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%
    }

    .vdetail video {
        background: #000;
        height: 90vh;
    }

    .vdetail .popupclose {
        position: fixed;
        right: 30px;
        top: 30px;
        display: block;
        cursor: pointer;
        z-index: 99;
    }

        .vdetail .popupclose svg {
            width: 100%;
        }

/*Menu*/


header {
    position: fixed;
    z-index: 10;
    opacity: 1;
    transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

    header .nav {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 0;
    }

        header .nav .title {
            line-height: 80px;
            padding: 0 120px;
            font-size: 24px;
            color: #fff;
            font-weight: 900;
        }

        header .nav .toggle {
            position: absolute;
            margin: auto;
            width: 46px;
            height: 46px;
            right: 120px;
            top: 0;
            bottom: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 10;
            cursor: pointer;
        }

.toggle .bar {
    position: relative;
    width: 25px;
    height: 2px;
    background: #ac835e;
    margin-right: 10px;
}

    .toggle .bar:before, .toggle .bar:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: inherit;
        left: 0;
        transform-origin: center center;
        transition: transform 0.25s ease, top 0.25s ease, bottom 0.25s ease;
    }

    .toggle .bar:before {
        top: -7px;
    }

    .toggle .bar:after {
        bottom: -7px;
    }

.toggle.clicked .bar {
    background: transparent;
}

    .toggle.clicked .bar:before, .toggle.clicked .bar:after {
        background: #ac835e;
    }

    .toggle.clicked .bar:before {
        transform: rotate(45deg);
        top: 0;
    }

    .toggle.clicked .bar:after {
        transform: rotate(-45deg);
        bottom: 0;
    }

header .nav nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: row;
    opacity: 0;
    z-index: 10;
    transition: opacity 0.5s ease; /*display: none;burayı aç*/
}

    header .nav nav .showcase {
        background: #172026;
        flex: 0;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.adresflora header .nav nav .showcase {
}

.adresaura header .nav nav .showcase {
    background: #1b1e4c;
}

.adresnatura header .nav nav .showcase {
    background: #0e353b;
}

header .nav nav .showcase .showcase-container {
    width: 50%;
    position: relative;
    overflow: hidden;
}

    header .nav nav .showcase .showcase-container:before {
        content: "";
        display: block;
        padding-top: 100%;
    }

header .nav nav .showcase .showcase-menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: visible;
    list-style-type: none;
    transition: top 0.25s ease;
}

    header .nav nav .showcase .showcase-menu li {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 40px;
        text-transform: uppercase;
        text-align: center;
        overflow: hidden;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        z-index: 1;
        flex-direction: column;
    }

        header .nav nav .showcase .showcase-menu li > div.plan {
            display: flex;
            flex-direction: column;
            gap: 45px;
        }

            header .nav nav .showcase .showcase-menu li > div.plan > p {
            }

        header .nav nav .showcase .showcase-menu li span {
            display: block;
            text-align: center;
            margin-top: 15px;
            font-size: 25px;
            letter-spacing: 1px;
        }

        header .nav nav .showcase .showcase-menu li img {
            -: 100%; /*border: 3px solid #ac835e;padding: 23px;*/
            max-height: 100%;
        }

        header .nav nav .showcase .showcase-menu li.overlay:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.6);
            z-index: -1;
        }

header .nav nav .menu {
    background: #ac835e;
    flex: 1;
}

    header .nav nav .menu ul {
        width: 100%;
        padding: 80px 48px 24px 48px;
        list-style-type: none;
        max-height: 100%;
        overflow-y: auto;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        header .nav nav .menu ul::-webkit-scrollbar {
            width: 6px;
            height: 10px;
        }

        header .nav nav .menu ul::-webkit-scrollbar-button {
            width: 0px;
            height: 0px;
        }

        header .nav nav .menu ul::-webkit-scrollbar-thumb {
            background: rgba(0, 0, 0, 0.4);
            border: 0px none #ffffff;
            border-radius: 3px;
        }

            header .nav nav .menu ul::-webkit-scrollbar-thumb:hover {
                background: #000;
            }

            header .nav nav .menu ul::-webkit-scrollbar-thumb:active {
                background: #000;
            }

        header .nav nav .menu ul::-webkit-scrollbar-track {
            background: rgba(0, 0, 0, 0.1);
            border: 0px none #ffffff;
            border-radius: 0;
        }

            header .nav nav .menu ul::-webkit-scrollbar-track:hover {
                background: rgba(0, 0, 0, 0.1);
            }

            header .nav nav .menu ul::-webkit-scrollbar-track:active {
                background: rgba(0, 0, 0, 0.1);
            }

        header .nav nav .menu ul::-webkit-scrollbar-corner {
            background: transparent;
        }

        header .nav nav .menu ul li {
            display: flex;
            flex-direction: row;
            align-items: center;
        }

            header .nav nav .menu ul li .number {
                display: inline-block;
                padding: 0 0 0 80px;
                overflow: hidden;
                min-width: 150px;
            }

                header .nav nav .menu ul li .number span {
                    display: block;
                    font-size: 48px;
                    font-weight: 400;
                    transition: transform 0.25s ease;
                    transform: translateY(100%);
                    font-family: SangBleu Empire;
                }

            header .nav nav .menu ul li a {
                display: inline-block;
                font-size: 44px;
                color: #172026;
                line-height: 1;
                padding: 15px 0 15px 70px;
                transition: transform 0.25s ease;
                font-family: SangBleu Empire;
                letter-spacing: 2px;
            }

            header .nav nav .menu ul li:hover a {
                transform: translateX(20px);
            }

            header .nav nav .menu ul li.hover .number span {
                transform: translateY(0);
            }

header .nav nav.hidden {
    display: none;
}

header .nav nav.open {
    opacity: 1;
}

    header .nav nav.open .showcase {
        -webkit-animation: slideInLeft 0.5s cubic-bezier(0.3, 0, 0.3, 1) forwards;
        animation: slideInLeft 0.5s cubic-bezier(0.3, 0, 0.3, 1) forwards;
        Flex: 1;
    }

    header .nav nav.open .menu {
        -webkit-animation: slideInRight 0.5s cubic-bezier(0.3, 0, 0.3, 1) forwards;
        animation: slideInRight 0.5s cubic-bezier(0.3, 0, 0.3, 1) forwards;
    }


.header.fixed {
    background: #15191e;
    box-shadow: 0 0 7px 3px #00000082;
    padding: 15px 0 15px 0;
    height: 78px;
}

.adresaura .header.fixed {
    background: #1b1e4c;
}

.adresflora .header.fixed {
    background: #172026;
}

.adresnatura .header.fixed {
    background: #0e353b;
}

.header.fixed > div > div.logo a {
    width: 93px;
}

.header.fixed > div > div.logo {
    top: -8px;
    padding: 8px;
}

.header.fixed > div > div {
    padding-top: 0;
}

.header.fixed > div {
    display: flex;
    align-items: center;
}

@-webkit-keyframes slideInRight {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0);
    }
}

@-webkit-keyframes slideInLeft {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

.content {
    position: relative;
    flex: 1;
    padding: 80px 40px 40px;
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/124740/2018-09-28%2009_21_48-https___d2kbkpwf98wmwo.cloudfront.net_videos_hero-lg.mp4.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

    .content p {
        color: #fff;
        opacity: 0;
        transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

        .content p a {
            color: #fff;
            box-shadow: 0 1px 0 0 #ef3340;
        }

#up.scroll {
    overflow-y: hidden
}

.maxicorta {
    max-width: 1620px;
    margin: 0 auto;
    width: 90%
}

.page-top {
    margin: 0 auto;
    margin-top: 350px;
}

.age-top__spacer {
    flex-grow: 1;
}

.ui-dark {
    position: relative;
}

    .ui-dark .breadcrumbs {
        display: flex;
        flex-direction: row;
    }

        .ui-dark .breadcrumbs a {
            color: #71677a;
            line-height: 26px;
            font-size: 13px;
        }

            .ui-dark .breadcrumbs a:after {
                content: "/";
                margin-left: 10px;
            }

        .ui-dark .breadcrumbs span {
            color: #71677a;
            line-height: 26px;
            font-size: 13px;
            margin-left: 10px;
        }

.ui-title {
    padding-top: 15px;
    height: 7vw;
    position: relative;
}

    .ui-title h1 {
        font-size: 8vw;
        color: #ca9d75;
        font-family: SangBleu Empire;
        position: absolute;
        z-index: 9;
    }

.maximg {
    width: 100%;
    max-height: 85vh;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

    .maximg > img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.mtust {
    padding-top: 8vh
}

.itembottom.yconcept > div fieldset {
    border: 1px solid #ac835e;
    padding: 25px;
    border-radius: 20px;
    margin-bottom: 6vh;
}

.itembottom.yconcept > div:last-child fieldset {
    margin-bottom: 0vh;
}

.itembottom.yconcept > div.aura.active {
    background: #1b1e4c;
}

.itembottom.yconcept > div.natura.active {
    background: #0e353b;
}

.itembottom.yconcept > div.flora.active {
    background: #252c36;
}

.itembottom.yconcept > div.active {
    padding: 65px 25px 25px 25px;
    border-radius: 25px;
    margin-bottom: 6vh;
}

    .itembottom.yconcept > div.active fieldset {
    }

        .itembottom.yconcept > div.active fieldset:last-child {
            margin-bottom: 0
        }

.itembottom.yconcept fieldset legend {
    font-size: 46px;
    color: #ac835e;
    font-family: SangBleu Empire;
}

.galeri-container {
    display: flex;
    flex-direction: column;
}

    .galeri-container > div {
    }


        .galeri-container > div fieldset {
            border: 1px solid #ac835e;
            padding: 25px;
            border-radius: 20px;
            margin-bottom: 6vh
        }

        .galeri-container > div legend {
            font-size: 46px;
            color: #ac835e;
            font-family: SangBleu Empire;
        }

.projeinfo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

    .projeinfo > div {
        width: calc((100% / 4) - 15px);
        border: 1px solid #a9815d2b;
        padding: 20px 15px;
        border-radius: 20px;
        margin-right: 15px;
        text-align: center;
    }

        .projeinfo > div > div, .projeinfo > div > div > a {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 100%;
        }

            .projeinfo > div > div .title {
                color: #fff;
                font-size: 41px;
                font-weight: 600;
            }

            .projeinfo > div > div .desc {
                color: #ac835e;
                margin-top: 10px;
            }

.itemtop {
    padding: 8vh 0 0 0;
}

.itembottom {
    padding: 0 0 8vh 0;
}

.lightbg .item h2.head {
}

.lightbg .projeinfo > div > div .title {
}

.lightbg .item h2.head, .lightbg .projeinfo > div > div .title {
    color: #ac835e;
    font-weight: 600;
}

.galeridetay {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row !important;
}

    .galeridetay > div {
        width: calc((100% / 3) - 27px);
        margin: 0 40px 40px 0;
    }

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

        .galeridetay > div a {
            display: block
        }

        .galeridetay > div img {
            width: 100%
        }

.kvkkmetin {
}

    .kvkkmetin ul {
        padding-left: 5%;
        margin: 55px 0;
    }

        .kvkkmetin ul li {
            color: #ca9d75;
            margin-bottom: 2vh;
            font-size: 26px;
            line-height: 36px;
            letter-spacing: .1em;
            font-weight: 300;
            list-style-type: disc;
        }

    .kvkkmetin .table {
        border: solid 1px #999;
        width: 100%;
        display: table;
        margin: 25px 0;
    }

        .kvkkmetin .table span:first-child {
            width: 150px;
            border-right: solid 1px #999;
        }

        .kvkkmetin .table span {
            display: table-cell;
            padding: 10px;
            vertical-align: middle;
            color: #ca9d75;
            margin-bottom: 5vh;
            font-size: 17px;
            line-height: 25px;
            letter-spacing: .1em;
            font-weight: 300;
        }

        .kvkkmetin .table .left {
            width: 150px;
            display: table-cell;
            padding: 10px;
            vertical-align: middle;
            border-right: solid 1px #999;
            color: #ca9d75;
        }

        .kvkkmetin .table .right {
            width: calc(100% - 150px);
            display: table-cell;
        }

            .kvkkmetin .table .right .line:not(:last-child) {
                border-bottom: solid 1px #999;
            }

            .kvkkmetin .table .right .right .line span {
                display: table-cell;
                padding: 10px;
                vertical-align: middle;
            }


.iletisim {
}

    .iletisim .tel {
        margin-top: 4vh;
        text-align: center;
    }

        .iletisim .tel > a {
            font-size: 10.8rem;
            font-family: SangBleu Empire;
            margin-bottom: 50px;
            display: block;
            letter-spacing: 9px;
            color: #ca9d75;
        }

    .iletisim .altbar {
        display: flex;
        justify-content: space-between;
        position: relative;
    }

        .iletisim .altbar > div:first-child {
            width: 20%;
            display: flex;
            flex-direction: column;
            color: #f9f0eb;
        }

            .iletisim .altbar > div:first-child > div {
                width: 100%;
            }

        .iletisim .altbar .ofis {
        }

            .iletisim .altbar .ofis h1 {
                color: #ca9d75;
                margin-bottom: 25px;
                font-size: 14px;
                line-height: 16px;
            }

            .iletisim .altbar .ofis h2 {
                font-size: 24px;
                line-height: 36px;
            }

        .iletisim .altbar .adrestarif {
            position: relative;
            height: 180px;
            margin: 90px 0;
        }

            .iletisim .altbar .adrestarif > div {
                left: 0;
                top: 0;
                bottom: auto;
            }

                .iletisim .altbar .adrestarif > div > a {
                    text-align: left;
                    color: #f9f0eb;
                }

        .iletisim .altbar .saat {
        }

            .iletisim .altbar .saat p {
                color: #ca9d75;
                margin-bottom: 25px;
                font-size: 14px;
                line-height: 16px;
            }

                .iletisim .altbar .saat p span {
                    color: #f9f0eb;
                }

        .iletisim .altbar .email a {
            text-align: left;
            color: #f9f0eb;
        }

        .iletisim .altbar > div:last-child {
            width: 70%;
        }

            .iletisim .altbar > div:last-child > div {
            }

            .iletisim .altbar > div:last-child .circile {
            }

.w100 {
    width: 100%
}


@media(max-width:1620px) {
    .siziarayalim {
        right: 5%;
    }
}

@media(max-width:1620px) {
    .leftslider.galeri {
        height: 450px;
    }

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

    .leftslider .slick-slide {
        padding-right: 45px;
    }

    .div-item > div > div.left {
        margin-left: 45%;
    }
}


@media(max-width:1420px) {
    .leftslider.galeri {
        height: 300px;
    }

    .leftslider .slick-slide {
        padding-right: 45px;
    }

    .maps-mesafe > div {
        width: calc((100% / 4) - 10px);
        margin-right: 10px;
    }

    .maps { /* overflow-x:hidden; */
    }

        .maps .imgfull { /* width: 160%; */
        }

    .iletisim .tel > a {
        font-size: 7.8rem;
        letter-spacing: 7px;
    }
}

@media(max-width:1280px) {
    .projeinfo > div > div .desc {
        font-size: 14px
    }

    .projeinfo > div > div .title {
        font-size: 30px
    }

    .item h2.head {
        font-size: 16px;
        line-height: 25px;
    }

    .page-top .div-item h1 {
        margin-bottom: 15px;
        font-size: 22px;
        line-height: 34px;
    }

    .iletisim .tel > a {
        font-size: 6.8rem;
        letter-spacing: 7px;
    }

    .iletisim .altbar .ofis h2 {
        font-size: 16px;
        line-height: 26px;
    }

    .circile.usttab a {
        width: 80px;
        height: 100px;
        text-align: center;
        font-size: 13px;
        line-height: 19px;
    }

    .circile.usttab {
        width: 100px;
        height: 100px;
    }

    header .nav nav .menu ul li a {
        font-size: 34px;
        padding: 15px 0 15px 30px;
    }

    header .nav nav .menu ul li .number {
        padding: 0 0 0 50px;
        min-width: 100px;
    }

    header .nav nav .showcase .showcase-container {
        width: 70%;
    }

    .div-itemfull, .div-item {
        padding: 12vh 0 0 0;
    }
}

@media(max-width:1080px) {
    .resimpopup .popclose {
        width: 90px;
        height: 90px
    }

    .resimpopup .poptext {
        top: 40%;
    }

    .progress-list > ul > li {
        width: 45%
    }

        .progress-list > ul > li:nth-child(even) {
            margin-left: calc(50% - 45%)
        }

    .header > div > div.logo a {
        width: 150px;
    }

    .header > div > div > div:first-child {
        margin-right: 20px;
    }

    .header > div > div a.tel {
        display: none
    }

    .projesurecivideo > div h1 {
        font-size: 25px
    }
}

@media(max-width:800px) {
    .kvkkmetin .table .left {
        width: 100%;
        display: block;
        border-right: 0;
        border-bottom: solid 1px #999;
    }

    .kvkkmetin .table .right {
        width: 100%;
        display: table;
    }

    .projesurecivideo > div > div > a > img {
        height: 100%
    }

    .projesurecivideo > div > div {
        max-height: 70vh
    }

    .vdetail .popupclose {
        right: 25px;
        top: 20px;
        width: 100%;
        left: 0;
    }

    .vdetail video {
        height: 80vh;
    }

    .projesurecivideo > div {
        width: 100%;
    }

        .projesurecivideo > div.genisvideo {
            width: 100%;
        }

        .projesurecivideo > div h1 {
            font-size: 18px;
        }

    .resimpopup .popresimler {
        width: 100%;
    }

    .progress-list > ul:before {
        display: none
    }

    .progress-list > ul > li {
        width: 85%;
        height: 450px;
    }

        .progress-list > ul > li:nth-child(odd) {
            margin-left: initial;
            padding-left: initial;
        }

        .progress-list > ul > li h3 {
            font-size: 45px;
            padding-left: 45px;
            text-align: left;
        }

        .progress-list > ul > li:nth-child(even):before {
            left: 0;
            right: inherit
        }

        .progress-list > ul > li:nth-child(even) {
            margin-left: inherit;
            padding: 0;
        }

    .progress-list > ul {
        margin: 90px 0;
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }

    .resimpopup .popclose {
        width: 50px;
        height: 50px;
        z-index: 9
    }

    .resimpopup .poptext {
        position: inherit;
        text-align: center;
        padding-top: 60px;
    }

        .resimpopup .poptext h1 {
            font-size: 32px
        }

    .resimpopup .popresimler a div {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

    .header > div .arabut {
        position: fixed;
        bottom: 50px;
        right: 40px;
        z-index: 9999;
        width: 40px;
        height: 40px;
    }

        .header > div .arabut .mobilecall {
            border: 1px solid #d9b697;
            border-radius: 50px;
            padding: 0;
            width: 70px;
            height: 70px;
            display: flex !important;
            align-content: center;
            justify-content: center;
        }

            .header > div .arabut .mobilecall img {
                width: 35px;
            }

    .ui-dark .breadcrumbs span {
        font-size: 11px
    }

    .formloading {
        top: -30px;
        width: 100%;
        left: 0;
    }

    .mobiles {
        display: block !important;
    }

    .mobilenone {
        display: none !important
    }

    .header > div > div.logo a {
        width: 120px;
    }

    .header > div > div > div:first-child {
        border: 2px solid #f9f0eb;
    }

    .toggle .bar {
        background: #f9f0eb;
        margin-right: 0;
    }

    .toggle.clicked .bar:before, .toggle.clicked .bar:after {
        background: #f9f0eb;
    }

    header .nav nav .showcase {
        display: none
    }

    header .nav nav .menu ul li .number {
        display: none;
    }

    header .nav nav .menu ul li a {
        font-size: 26px;
        padding: 10px 0 10px 13px;
        font-weight: 600;
    }

    .header > div > div .menu {
        margin-right: 0px;
        padding: 15px 20px 15px 20px;
    }

    .miniform h3.head > span:last-child {
        font-size: 48px;
        line-height: 64px;
        text-align: center;
    }

    .miniform {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 10vh;
        padding-top: 65px;
    }

    header {
        position: absolute
    }

    .header.fixed {
        background: none;
        box-shadow: none;
        height: 108px;
    }

    .header > div > div:last-child {
    }

    .main .slader {
        height: 70vh;
        margin-bottom: 7vh;
    }

    .main .carousel__text {
        bottom: auto;
        width: 90%;
        margin-top: -90px;
        left: 7%;
    }

        .main .carousel__text h4, .main .carousel__text h1, .main .carousel__text h2, .main .carousel__text h3 {
            font-size: 50px;
            line-height: 52px;
            color: #f9f0eb;
            font-family: SangBleu Empire;
        }

        .main .carousel__text h4 {
            color: #ac835e;
            margin-top: 7px;
        }

        .main .carousel__text h1 {
            font-family: SangBleu Empire;
            left: 0;
            bottom: 0;
            position: relative;
            display: none
        }

    .siziarayalim {
        position: relative;
        right: auto;
        left: 6%;
        bottom: auto;
        margin-top: 170px;
    }

        .siziarayalim > a > div > div:first-child {
            width: 45px;
            height: 45px;
        }

    .div-item > div > div.left {
        margin-left: 7%;
        width: 93%;
    }

    .div-item h1 {
        font-size: 17px;
        line-height: 28px;
        font-weight: 500;
        margin-bottom: 35px;
    }

        .div-item h1 span {
            font-weight: 500;
        }

    .div-itemfull, .div-item {
        padding: 6vh 0 0 0;
    }

        .div-item h2 {
            width: 86%
        }

    .iletisim .altbar .adrestarif > div, .circile.usttab {
        height: auto;
        position: relative;
        width: auto;
        bottom: auto;
        margin-top: 4vh;
        border: 0;
    }

    .circile .circle {
        border-radius: 0;
        display: none;
    }

    .iletisim .altbar .adrestarif > div > a, .circile.usttab a {
        width: auto;
        height: auto;
        border-radius: 25px;
        border: 1px solid #ac835e;
        background: #181d24;
        padding: 10px 30px;
    }

    .item {
    }

        .item .head {
            font-size: 23px;
            line-height: 31px;
            width: 86%;
            margin-left: 7%
        }

            .item .head > span {
                margin-top: 4px;
            }

    .maps {
        overflow-x: hidden;
        padding: 2vh 0 6vh 0;
        margin-bottom: 0;
    }

        .maps .imgfull {
            width: 270%;
            margin-left: -20%;
        }

    .maps-mesafe > div {
        width: calc((100% / 2) - 10px);
    }

    .maps-mesafe {
        margin: 30px auto;
    }

    .slader.sosyal {
        height: 440px;
    }

        .slader.sosyal .slick-arrow {
            width: 40px;
            height: 40px;
            background-size: 10px;
            right: 20px;
            left: auto;
            top: 70px;
        }

            .slader.sosyal .slick-arrow.slick-next {
                top: calc(70px + 50px);
            }

    .slader .txtslide > div:first-child {
        display: none
    }

    .slader .txtslide > div:last-child {
        width: 100%;
        padding-right: 7vw;
        padding-left: 7vw;
        padding-top: 65px;
        justify-content: flex-start;
    }

        .slader .txtslide > div:last-child > div {
            font-size: 18px;
            line-height: 24px;
        }

            .slader .txtslide > div:last-child > div:last-child {
                font-size: 13px;
                line-height: 19px;
            }

    .slader.sosyal .slick-list {
        width: calc(100% - 80px);
    }

    .tphk {
        padding-top: 6vh !important;
    }

    .mobiletop0 {
        padding-top: 2vh !important;
    }

    .leftslider .slick-slide {
        padding-right: 0;
    }

    .homegaleri {
        padding: 6vh 0;
    }

    .slider .slick-dots button, .slader .slick-dots button {
        width: 10px;
        height: 10px;
    }

    .slick-dots li {
        width: 10px;
    }

    .leftslider .slick-dots {
        bottom: -3vh;
    }

    .dtipi > div:first-child {
        margin-right: 12px;
    }

    footer .orta a {
        font-size: 50PX;
        margin-bottom: 50px;
        letter-spacing: 3px;
        margin-top: 50px;
    }

    footer .alt {
        margin-top: 30px;
        margin-bottom: 110px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

        footer .alt > div {
            width: 100%;
            margin-bottom: 15px;
        }

            footer .alt > div:last-child a span, footer .alt > div:first-child > div {
                text-align: center;
                line-height: 15px;
            }

    .product-photos__slider .slick-arrow, .slader .slick-arrow, .slick-arrow {
        left: 20px;
    }

        .product-photos__slider .slick-arrow.slick-next, .slader .slick-arrow.slick-next, .slick-arrow.slick-next {
            right: 20px;
        }

    .cookie-consent > div p {
        font-size: 11px;
        letter-spacing: 1px;
        width: 90%;
        line-height: 20px;
    }

    .page-top {
        margin-top: 170px;
    }

    .projeinfo > div {
        width: calc((100% / 2) - 15px);
        margin-bottom: 15px;
    }

        .projeinfo > div > div .desc {
            font-size: 14px;
            line-height: 20px;
        }

    .page-top .div-item h2 {
        width: 86%;
    }

    .page-top .div-item h1 {
        margin-bottom: 26px;
        font-size: 18px;
        line-height: 26px;
        width: 90%;
        font-weight: 400;
    }

    .altsayfametin h1 {
        width: 100% !important;
    }

    .galeridetay > div {
        width: calc((90%));
        margin: 0 40px 40px 0;
        margin-right: 0;
        margin: 10px auto !important;
    }

    .iletisim .tel > a {
        font-size: 54px;
        letter-spacing: 3px;
    }

    .iletisim .altbar {
        flex-direction: column;
    }

        .iletisim .altbar > div {
            width: 100% !important;
            margin: 0 auto;
        }

        .iletisim .altbar .adrestarif {
            position: relative;
            height: auto;
            margin: 50px 0;
        }

            .iletisim .altbar .adrestarif > div {
                margin-top: 0;
                display: flex;
                justify-content: flex-start;
            }

    .iletisim .maps .imgfull {
        width: 170%;
    }

    .iletisim .altbar > div:first-child {
        width: 90% !important;
    }

    .header {
        padding: 1vh 0 8vh 0;
    }

    .project-header .left h1.yfont, .project-header .left h1.yfont span {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 1px;
    }


    .projects-grid {
        padding: 80px 0;
    }

    .projehome {
        padding: 0 25px
    }

    .main .carousel__text > div {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .mobilephone {
        position: absolute;
        top: 8px;
        right: 10px;
    }

    .ofisler .main .carousel__text h1 {
        left: 0;
        bottom: 0;
        display: block;
        color: #1b1e4c;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .ofisler .div-itemofis > div .txtslide .txt > div.txt {
        font-size: 14px;
        line-height: 23px;
        letter-spacing: .1px;
    }

    .ofisler .div-itemofis > div .txtslide {
        display: flex;
        flex-direction: column;
    }

    .ofisler .main .carousel__text > div {
        height: auto;
    }

    .ofisler .main.altbar .carousel__text {
        left: 0
    }

    .ofisler .div-itemofis > div .txtslide .txt > div.head {
        font-size: 15px;
        line-height: 18px;
    }
    .ofisler .div-itemofis > div .txtslide > .txt {
        padding-left: 7%;
    }
}
