
@font-face {
    font-family: 'Avenir-Book';
    src: url("../fonts/avenir/Avenir-Book.eot");
    src: url("../fonts/avenir/Avenir-Book-.eot#iefix") format('embedded-opentype'),url("../fonts/avenir/Avenir-Book.woff") format('woff'),url("../fonts/avenir/Avenir-Book.ttf") format('truetype');
}

@font-face {
    font-family: 'Avenir-Roman';
    src: url("../fonts/avenir/Avenir-Roman.eot");
    src: url("../fonts/avenir/Avenir-Roman-.eot#iefix") format('embedded-opentype'),url("../fonts/avenir/Avenir-Roman.woff") format('woff'),url("../fonts/avenir/Avenir-Roman.ttf") format('truetype');
}

@font-face {
    font-family: 'Avenir-Medium';
    src: url("../fonts/avenir/Avenir-Medium.eot");
    src: url("../fonts/avenir/Avenir-Medium-.eot#iefix") format('embedded-opentype'),url("../fonts/avenir/Avenir-Medium.woff") format('woff'),url("../fonts/avenir/Avenir-Medium.ttf") format('truetype');
}

@font-face {
    font-family: 'Avantgarden-Light';
    src: url("../fonts/avantgarden/avantgarden-light.eot");
    src: url("../fonts/avantgarden/avantgarden-light-.eot#iefix") format('embedded-opentype'), url("../fonts/avantgarden/avantgarden-light.woff") format('woff'), url("../fonts/avantgarden/avantgarden-light.ttf") format('truetype');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    outline: none;
}

body,
html {
    height: 100%;
}

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

#lightalert {
    line-height: 1.5em !important;
}

.blockUI.blockMsg.blockPage {
    border: none !important;
    box-sizing: border-box;
    padding: 10px !important;
    font-size: 13px;
}

.relative100 {
    position: relative;
    float: left;
    width: 100%;
}

#inline1 {
    width: 100%;
    max-width: 450px;
    box-sizing: border-box;
    padding: 15px;
    display: none;
    color: #505050;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.7em;
}

    #inline1 h3 {
        margin-bottom: 10px;
    }

.topmenu {
    height: 100px;
    z-index: 1001;
}

    .topmenu ul {
        position: relative;
        display: flex;
        margin: auto;
        list-style-type: none;
        width: 100%;
        max-width: 1105px;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

        .topmenu ul li {
            position: relative;
            float: left;
            margin-left: 15px;
            margin-right: 15px;
        }

            .topmenu ul li a {
                text-decoration: none;
                color: #5c514a;
                /* font-family: 'Avenir-Medium'; */
                font-size: 16px;
                font-weight: 500;
            }

                .topmenu ul li a span {
                    letter-spacing: 1px;
                }

                .topmenu ul li a:after {
                    content: '';
                    position: absolute;
                    width: 0%;
                    height: 1px;
                    background: #29332f;
                    bottom: 0;
                    left: 0;
                    webkit-transition: all 500ms;
                    -moz-transition: all 500ms;
                    -ms-transition: all 500ms;
                    -o-transition: all 500ms;
                    transition: all 500ms;
                }

            .topmenu ul li:hover a:after {
                width: 100%;
            }

.toplogo {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.slider {
    height: calc(100vh - 190px);
    /* margin-top: -65px; */
}

    .slider .left {
        position: relative;
        float: left;
        width: 10%;
        height: 100%;
    }

        .slider .left a {
            position: absolute;
            bottom: 20px;
            text-align: center;
            width: 100%;
            z-index: 2;
        }

            .slider .left a b {
                position: relative;
                float: left;
                width: 100%;
                font-family: 'Avenir-Book';
                font-size: 14px;
                letter-spacing: 3px;
            }

            .slider .left a span {
                position: absolute;
                top: 0;
                left: 50%;
                width: 24px;
                height: 24px;
                margin-left: -12px;
                /* border-left: 1px solid #fff; */
                /* border-bottom: 1px solid #fff; */
                -webkit-animation: sdb05 1.5s infinite;
                animation: sdb05 1.5s infinite;
                box-sizing: border-box;
            }

    .slider .midle {
        position: relative;
        float: left;
        width: 80%;
        height: 100%;
    }

    .slider .right {
        position: relative;
        float: left;
        width: 10%;
        height: 100%;
    }

    .slider:after {
        content: '';
        width: 15%;
        height: calc(100% + 200px);
        background-color: #ecebe9;
        position: absolute;
        left: 0;
        top: -100px;
    }

.bilgitalepleft {
    background-color: #002e59;
    position: fixed;
    right: -225px;
    top: -185px;
    bottom: 0;
    margin: auto;
    height: 65px;
    width: 151px;
    z-index: 999;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-decoration: none;
}

    .bilgitalepleft span {
        font-family: 'Avantgarden-Light';
        font-size: 18px;
        z-index: 2;
    }

        .bilgitalepleft span img {
            max-width: 222px;
            width: 74%;
        }

    .bilgitalepleft:before,
    .bilgitalepleft:after {
        content: '';
        background: #1f1f1d;
        height: 50%;
        width: 0;
        position: absolute;
        transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    }

    .bilgitalepleft:before {
        top: 0;
        left: 0;
        right: auto;
    }

    .bilgitalepleft:after {
        bottom: 0;
        right: 0;
        left: auto;
    }

    .bilgitalepleft:hover:before {
        width: 100%;
        right: 0;
        left: auto;
    }

    .bilgitalepleft:hover:after {
        width: 100%;
        left: 0;
        right: auto;
    }

    .bilgitalepleft:hover span {
        /* color: #000; */
    }

    .bilgitalepleft.bottom {
        position: relative;
        margin-top: 10px;
        float: left;
    }

@-webkit-keyframes sdb05 {
    0% {
        -webkit-transform: translateY(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(40px);
        opacity: 0;
    }
}

@keyframes sdb05 {
    0% {
        transform: translateY(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translateY(40px);
        opacity: 0;
    }
}

.divhamak {
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 80%;
    height: 530px;
}

    .divhamak .left {
        position: relative;
        float: left;
        width: 40%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .divhamak .left img {
            position: relative;
            float: left;
            width: 90%;
            max-width: 476px;
        }

        .divhamak .left span {
            font-weight: 500;
            font-size: 18px;
            margin-top: 25px;
            margin-bottom: 25px;
            letter-spacing: 3px;
        }

        .divhamak .left p {
            font-size: 14px;
            padding-right: 15%;
            color: #414040;
        }

    .divhamak .right {
        position: relative;
        float: right;
        width: 50%;
        height: 100%;
    }

        .divhamak .right::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #ffffff;
            transform: scaleX(0);
            transform-origin: 0 50%;
            pointer-events: none;
            animation-delay: 0;
            animation-iteration-count: 1;
            animation-duration: 800ms;
            animation-fill-mode: both;
            animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
            -webkit-animation-delay: 0;
            -webkit-animation-iteration-count: 1;
            -webkit-animation-duration: 800ms;
            -webkit-animation-fill-mode: both;
            -webkit-animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
        }

        .divhamak .right .box {
            position: relative;
            float: left;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center center;
        }

        .divhamak .right.in::after {
            animation-name: revealer;
            -webkit-animation-name: revealer;
        }

.leftmidle {
    display: none;
    position: absolute;
}

#leftmidle1 {
    display: block;
}

@keyframes revealer {

    0%, 50% {
        transform-origin: 0 50%;
    }

    60%, 100% {
        transform-origin: 100% 50%;
    }


    60% {
        transform: scaleX(1);
    }

    100% {
        transform: scaleX(0);
    }
}

.r1 {
    margin-top: 200px;
}

.projectinfo {
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 80%;
    height: 200px;
    background-color: #ecebe9;
}

    .projectinfo .box {
        position: relative;
        float: left;
        width: 25%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }


        .projectinfo .box:nth-child(1) img {
            height: 100px;
        }

        .projectinfo .box:nth-child(2) img {
            height: 100px;
        }

        .projectinfo .box:nth-child(3) img {
            height: 100px;
        }

        .projectinfo .box:nth-child(4) img {
            height: 100px;
        }

.pool {
    height: 80vh;
    margin-top: 100px;
}

    .pool .left {
        position: relative;
        float: left;
        width: 10%;
        height: 100%;
    }

        .pool .left:after {
            position: absolute;
            content: '';
            width: 2px;
            height: 63%;
            bottom: 0;
            background-color: #9a5b24;
            left: 50px;
            /* right: 0; */
            /* margin: auto; */
        }

        .pool .left img {
            position: relative;
            display: block;
            margin-left: 30px;
            max-height: 256px;
            height: 50%;
        }

    .pool .midle {
        position: relative;
        float: left;
        width: 80%;
        height: 100%;
    }

        .pool .midle .top {
            height: 80%;
            background-size: cover;
            background-position: center center;
        }

            .pool .midle .top::after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background-color: #ffffff;
                transform: scaleX(0);
                transform-origin: 0 50%;
                pointer-events: none;
                animation-delay: 0;
                animation-iteration-count: 1;
                animation-duration: 800ms;
                animation-fill-mode: both;
                animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
                -webkit-animation-delay: 0;
                -webkit-animation-iteration-count: 1;
                -webkit-animation-duration: 800ms;
                -webkit-animation-fill-mode: both;
                -webkit-animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
            }

            .pool .midle .top.in::after {
                animation-name: revealer;
                -webkit-animation-name: revealer;
            }

            .pool .midle .top img {
                position: absolute;
                right: -70px;
                top: 0;
                bottom: 0;
                margin: auto;
                width: 142px;
                transform: rotate(45deg);
            }

        .pool .midle .bottom {
            height: 20%;
            position: relative;
            display: block;
            margin: auto;
            width: calc(100% - 500px);
            margin-top: 24px;
            margin-left: 100px;
            float: left;
        }

            .pool .midle .bottom .box {
                position: relative;
                float: left;
                width: 25%;
            }

                .pool .midle .bottom .box img {
                }

                .pool .midle .bottom .box span {
                    font-weight: 600;
                    font-size: 18px;
                }

            .pool .midle .bottom p {
                font-size: 13px;
                margin-top: 16px;
                color: #414040;
            }

    .pool .right {
        position: relative;
        float: left;
        width: 10%;
        height: 100%;
    }

.formarea {
    height: 60vh;
    margin-top: 130px;
}

    .formarea .left {
        position: relative;
        float: left;
        width: 20%;
        height: 100%;
    }

        .formarea .left:after {
            position: absolute;
            content: '';
            width: 2px;
            height: 57%;
            bottom: 0;
            background-color: #9a5b24;
            left: 50px;
            /* right: 0; */
            /* margin: auto; */
        }

        .formarea .left img {
            position: relative;
            display: block;
            margin-left: 30px;
            max-height: 256px;
            height: 40%;
        }

    .formarea .midle {
        position: relative;
        float: left;
        width: 60%;
        height: 100%;
    }

        .formarea .midle .top {
            text-align: center;
            /* background-size: cover; */
            /* background-position: center center; */
        }

            .formarea .midle .top img {
                width: 265px;
            }

        .formarea .midle .bottom {
            /* height: 370px; */
            position: relative;
            display: block;
            margin: auto;
            width: 100%;
            margin-top: 24px;
            background-color: rgba(229, 207, 170, 0.93);
        }

            .formarea .midle .bottom .box {
                position: relative;
                float: left;
                width: 25%;
            }

                .formarea .midle .bottom .box img {
                }

                .formarea .midle .bottom .box span {
                    font-weight: 600;
                    font-size: 18px;
                }

            .formarea .midle .bottom p {
                font-size: 13px;
                margin-top: 16px;
            }

    .formarea .right {
        position: relative;
        float: left;
        width: 20%;
        height: 100%;
    }

.input--hoshi {
    position: relative;
    float: left;
    width: 50%;
    text-align: center;
}

    .input--hoshi input {
        background-color: transparent;
        border: 0;
        border-bottom: 1px solid #000;
        font-size: 17px;
        box-sizing: border-box;
        width: 70%;
        height: 47px;
        margin-top: 30px;
        color: #4e4942;
        border-radius: 0;
    }

        .input--hoshi input::-webkit-input-placeholder {
            color: #4e4942;
        }

.effect-1 ~ .focus-border {
    position: absolute;
    bottom: 0;
    left: 15%;
    width: 0;
    height: 3px;
    background-color: #9b6740;
    transition: 0.4s;
}

.effect-1:focus ~ .focus-border {
    width: 70%;
    transition: 0.4s;
}

.popupuyari {
    text-align: center;
    position: relative;
    float: left;
    width: 100%;
    font-size: 13px;
    margin-top: 47px;
    color: #4e4942;
}

    .popupuyari a {
        color: #4e4942;
        /* text-decoration: none; */
    }

    .popupuyari span {
        position: relative;
        top: -8px;
        margin-left: 10px;
    }

.popupchecks {
    position: relative;
    float: none;
    width: initial;
    text-align: center;
    margin-top: 10px;
    display: inline-block;
}

.chkonpopup {
    width: 55px;
    height: 15px;
    background: url("../images/popupdolu2.png") no-repeat;
    cursor: pointer;
    margin-top: 9px;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    z-index: 2;
    padding-left: 25px;
    padding-top: 0;
    color: #4e4942;
    font-size: 13px;
    font-family: arial;
}

.chkofpopup {
    width: 55px;
    height: 15px;
    background: url("../images/popupbos2.png") no-repeat;
    cursor: pointer;
    margin-top: 9px;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    z-index: 2;
    padding-left: 25px;
    padding-top: 0;
    color: #4e4942;
    font-size: 13px;
    font-family: arial;
}

.gonderbtn {
    font-size: 21px;
    color: #fff;
    letter-spacing: 1px;
    display: block;
    text-decoration: none;
    margin: auto;
    background-color: #000000;
    cursor: pointer;
    padding-top: 10px;
    width: 300px;
    height: 60px;
    text-align: center;
    position: relative;
    margin-top: 10px;
    z-index: 2;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 32px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

    .gonderbtn:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 0;
        background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform, opacity;
        transition-property: transform, opacity;
    }

    .gonderbtn:hover:before {
        opacity: 1;
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }

    .gonderbtn:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    .gonderbtn span {
        font-family: 'Avantgarden-Light';
    }

.footer {
    padding-bottom: 50px;
    margin-top: 30px;
}

.footertop {
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 967px;
}

    .footertop .box {
        position: relative;
        float: left;
        width: 33.33%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 70px;
    }

        .footertop .box .left {
            margin-right: 20px;
        }

            .footertop .box .left img {
            }

        .footertop .box .right {
        }

            .footertop .box .right a {
                color: #000;
            }

            .footertop .box .right img {
                width: 175px;
            }

            .footertop .box .right span {
                font-size: 20px;
                font-weight: 500;
                top: -4px;
            }

            .footertop .box .right p {
                font-size: 13px;
                color: #414040;
            }

.regtanglers {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.reg1 {
    position: relative;
    float: left;
    width: 100%;
    height: 110vh;
}

    .reg1:after {
        /* content: ''; */
        width: 15%;
        height: 100%;
        background-color: #ecebe9;
        position: relative;
        float: left;
    }

.reg2 {
    position: relative;
    float: left;
    width: 100%;
    height: 140vh;
    margin-top: -59vh;
}

    .reg2:after {
        /* content: ''; */
        width: 40%;
        height: 100%;
        background-color: #e6d0ab;
        position: relative;
        float: right;
    }

.reg3 {
    position: relative;
    float: left;
    width: 100%;
    height: 170vh;
    margin-top: 15vh;
}

    .reg3:after {
        /* content: ''; */
        width: 15%;
        height: 100%;
        background-color: #ecebe9;
        position: relative;
        float: left;
    }

.toptel {
    position: absolute;
    right: 24px;
    top: 33px;
    width: 144px;
}

.menuBtn {
    float: right;
    width: 99px;
    line-height: 100px;
    text-decoration: none;
    text-align: center;
    margin-top: -1px;
    color: #112730;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-left: 1px solid rgba(255,255,255,0);
    position: relative;
    display: none;
}

    .menuBtn:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        -webkit-transition: all 350ms ease-in-out 0s;
        -moz-transition: all 350ms ease-in-out 0s;
        -o-transition: all 350ms ease-in-out 0s;
        -ms-transition: all 350ms ease-in-out 0s;
        transition: all 350ms ease-in-out 0s;
        z-index: -1;
    }

    .menuBtn .lines {
        display: inline-block;
        vertical-align: middle;
        margin-right: 7px;
        position: relative;
        top: -2px;
        width: 30px;
        text-align: left;
    }

        .menuBtn .lines span {
            width: 30px;
            height: 2px;
            background: #112730;
            margin-top: 9px;
            -webkit-transition: all 350ms ease-in-out 0s;
            -moz-transition: all 350ms ease-in-out 0s;
            -o-transition: all 350ms ease-in-out 0s;
            -ms-transition: all 350ms ease-in-out 0s;
            transition: all 350ms ease-in-out 0s;
            display: block;
            position: relative;
            top: 0;
        }

            .menuBtn .lines span.line1 {
                margin-top: 0;
            }

            .menuBtn .lines span.line2 {
                width: 20px;
            }

#menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    overflow: hidden;
    height: 100%;
    background: #002e59;
    pointer-events: none;
    z-index: 1000;
    -webkit-transition: all 800ms cubic-bezier(0,0,0.1,1);
    -moz-transition: all 800ms cubic-bezier(0,0,0.1,1);
    -o-transition: all 800ms cubic-bezier(0,0,0.1,1);
    -ms-transition: all 800ms cubic-bezier(0,0,0.1,1);
    transition: all 800ms cubic-bezier(0,0,0.1,1);
    overflow: hidden;
}

.openMenu #menu {
    width: 100%;
    right: 0;
    pointer-events: auto;
    z-index: 99999;
}

#menu1 {
    position: relative;
    left: -100vw;
    margin-left: 100px;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    -moz-opacity: 0;
    filter: Alpha(Opacity=0);
    -webkit-transition: all 800ms cubic-bezier(0,0,0.1,1),opacity 800ms ease-out 300ms,margin 800ms ease-out;
    -moz-transition: all 800ms cubic-bezier(0,0,0.1,1),opacity 800ms ease-out 300ms,margin 800ms ease-out;
    -o-transition: all 800ms cubic-bezier(0,0,0.1,1),opacity 800ms ease-out 300ms,margin 800ms ease-out;
    -ms-transition: all 800ms cubic-bezier(0,0,0.1,1),opacity 800ms ease-out 300ms,margin 800ms ease-out;
    transition: all 800ms cubic-bezier(0,0,0.1,1),opacity 800ms ease-out 300ms,margin 800ms ease-out;
}

.openMenu #menu1 {
    left: 0;
    opacity: 1;
    -moz-opacity: 1;
    filter: Alpha(Opacity=100);
    margin-left: 0;
}

#menu2 {
    position: absolute;
    top: 50%;
    width: 60%;
    left: 0;
    padding-left: 150px;
    height: 32.1vw;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#menu2b0 {
    width: 14vw;
    height: 32.1vw;
    float: left;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

#menu2b {
    width: 100%;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 600ms cubic-bezier(0,0,0.1,1);
    -moz-transition: all 600ms cubic-bezier(0,0,0.1,1);
    -o-transition: all 600ms cubic-bezier(0,0,0.1,1);
    -ms-transition: all 600ms cubic-bezier(0,0,0.1,1);
    transition: all 600ms cubic-bezier(0,0,0.1,1);
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    -moz-transition-delay: 0;
    transition-delay: 0;
    position: relative;
    z-index: 2;
}

.openMenu #menu2b {
    height: 32.1vw;
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    transition-delay: 300ms;
}

#menu2b video {
    display: none;
    height: 32.1vw;
}

    #menu2b video.select {
        display: block;
    }

#menu2a {
    float: left;
    width: 710px;
    margin-left: -40px;
}

    #menu2a a {
        position: relative;
        z-index: 1;
        display: block;
        font-size: 90px;
        color: #fff;
        text-stroke: 1px #000;
        -webkit-text-stroke: 1px #000;
        text-decoration: none;
        line-height: 123px;
        font-weight: bold;
        opacity: 0;
        -moz-opacity: 0;
        filter: Alpha(Opacity=0);
        margin-top: 30px;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        transition: none;
    }

.animeMenu #menu2a a {
    -webkit-transition: all 600ms cubic-bezier(0,0,0.1,1),stroke 0ms,color 0ms;
    -moz-transition: all 600ms cubic-bezier(0,0,0.1,1),stroke 0ms,color 0ms;
    -o-transition: all 600ms cubic-bezier(0,0,0.1,1),stroke 0ms,color 0ms;
    -ms-transition: all 600ms cubic-bezier(0,0,0.1,1),stroke 0ms,color 0ms;
    transition: all 600ms cubic-bezier(0,0,0.1,1),stroke 0ms,color 0ms;
}

.openMenu #menu2a a {
    margin-top: 0;
    opacity: 1;
    -moz-opacity: 1;
    filter: Alpha(Opacity=100);
}

#menu2a a.select, #menu2a a:hover {
    z-index: 3;
    color: #fff;
    text-stroke: 1px #000;
    -webkit-text-stroke: 1px #000;
}

.platform_ipad.horiz #menu2a a {
    text-stroke: 0.5px #b2bbbe;
    -webkit-text-stroke: 0.5px #b2bbbe;
}

    .platform_ipad.horiz #menu2a a.select, .platform_ipad.horiz #menu2a a:hover {
        text-stroke: 0.5px #000;
        -webkit-text-stroke: 0.5px #000;
    }

.animeMenu #menu2a a#mn0 {
    -webkit-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    transition-delay: 500ms;
}

.animeMenu #menu2a a#mn2 {
    -webkit-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    transition-delay: 600ms;
}

.animeMenu #menu2a a#mn3 {
    -webkit-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    transition-delay: 700ms;
}

.animeMenu #menu2a a#mn4 {
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    transition-delay: 800ms;
}

.animeMenu #menu2a a#mn5 {
    -webkit-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    transition-delay: 900ms;
}

#menuRot, #menuRot2 {
    position: absolute;
    bottom: -100px;
    left: -100px;
    -webkit-animation: rotate 60s linear infinite;
    -moz-animation: rotate 60s linear infinite;
    -ms-animation: rotate 60s linear infinite;
    -o-animation: rotate 60s linear infinite;
    animation: rotate 60s linear infinite;
    z-index: 10;
}

#menuRot {
    left: 54px;
    z-index: 1;
}

@-webkit-keyframes rotate {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    33.332% {
        transform: rotate(0deg)px;
    }

    33.333% {
        transform: 0px;
    }

    66.666% {
        transform: 0px;
    }

    66.667% {
        transform: 0px;
    }

    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    33.332% {
        transform: rotate(0deg)px;
    }

    33.333% {
        transform: 0px;
    }

    66.666% {
        transform: 0px;
    }

    66.667% {
        transform: 0px;
    }

    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@-o-keyframes rotate {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    33.332% {
        transform: rotate(0deg)px;
    }

    33.333% {
        transform: 0px;
    }

    66.666% {
        transform: 0px;
    }

    66.667% {
        transform: 0px;
    }

    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    33.332% {
        transform: rotate(0deg)px;
    }

    33.333% {
        transform: 0px;
    }

    66.666% {
        transform: 0px;
    }

    66.667% {
        transform: 0px;
    }

    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

#menu3 {
    position: absolute;
    top: 50%;
    width: 50%;
    left: 60%;
    padding-left: 105px;
    height: 32.1vw;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left: 1px solid #e7e7e7;
}

#menuFili {
    display: block;
    margin: 0 0 120px;
    height: 16vw;
}

    #menuFili path {
        fill: #fff;
        stroke: #e7e7e7;
        stroke-width: 2px;
    }

#menu4 {
    float: left;
    width: 275px;
    color: #ccc;
}

    #menu4 a {
        color: #fff;
        text-decoration: none;
        margin-top: -18px;
        font-size: 20px;
        padding-right: 30px;
        display: inline-block;
    }

        #menu4 a.li {
            display: block;
            padding-bottom: 12px;
            border-bottom: 1px solid #ccc;
            margin-bottom: 45px;
            margin-top: 0;
            padding-right: 0;
        }

#menu5 {
    float: left;
    width: 378px;
    position: relative;
    left: 86px;
    color: #ccc;
    font-weight: 400;
    font-size: 15px;
}

#menuBtn2 {
    position: absolute;
    top: 0;
    right: -150px;
    line-height: 100px;
    text-decoration: none;
    font-weight: bold;
    /* font-family: 'Montserrat',sans-serif !important; */
    font-size: 18px;
    text-align: center;
    width: 150px;
    -webkit-transition: all 800ms cubic-bezier(0,0,0.1,1);
    -moz-transition: all 800ms cubic-bezier(0,0,0.1,1);
    -o-transition: all 800ms cubic-bezier(0,0,0.1,1);
    -ms-transition: all 800ms cubic-bezier(0,0,0.1,1);
    transition: all 800ms cubic-bezier(0,0,0.1,1);
    color: #fff;
    opacity: 1;
    -moz-opacity: 1;
    filter: Alpha(Opacity=100);
    pointer-events: auto;
}

    #menuBtn2 .lines {
        display: inline-block;
        vertical-align: middle;
        /* margin-right: 20px; */
        position: relative;
        top: -2px;
        width: 30px;
        text-align: left;
        margin-right: 0;
        /* top: -0.1vw; */
        /* width: 1.6vw; */
    }

        #menuBtn2 .lines span {
            width: 21px;
            height: 2px;
            background: #fff;
            margin-top: 9px;
            -webkit-transition: all 350ms ease-in-out 0s;
            -moz-transition: all 350ms ease-in-out 0s;
            -o-transition: all 350ms ease-in-out 0s;
            -ms-transition: all 350ms ease-in-out 0s;
            transition: all 350ms ease-in-out 0s;
            display: block;
            position: relative;
            top: 0;
        }

            #menuBtn2 .lines span.line1 {
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                top: 2px;
            }

            #menuBtn2 .lines span.line2 {
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
                top: -9px;
            }

.openMenu #menuBtn2 {
    right: 15px;
}

.p8 {
    color: #5c514a;
    font-size: 20px;
    text-align: left;
    margin-bottom: 24px;
    margin-top: 0;
    padding-left: 7%;
    letter-spacing: 4px;
}

.mapdiv {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 1000px;
    height: 555px;
    margin-top: 40px;
    margin-bottom: 50px;
    z-index: 1;
}

#map {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    border: 20px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.06) 6px 3px 13px 6px;
}

.span13 {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    padding-top: 6px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 400;
    position: relative;
    float: right;
    background-color: #000;
    margin-left: 1px;
    width: 140px;
    height: 44px;
    text-align: center;
    cursor: pointer;
}

.span14 {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 400;
    position: relative;
    float: right;
    background-color: #000;
    width: 140px;
    height: 44px;
    text-align: center;
    cursor: pointer;
}

.locationlist {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 5;
    background: #fff;
    padding: 10px 10px 7.5px;
    width: 180px;
}

    .locationlist span {
        width: 100%;
        float: left;
        line-height: 15px;
        font-size: 14px;
        color: #31393f;
        margin-bottom: 5px;
        cursor: pointer;
        font-family: 'Raleway', sans-serif;
    }

        .locationlist span:before {
            content: "";
            float: left;
            width: 15px;
            height: 15px;
            text-align: center;
            line-height: 15px;
            border: 1px solid #9b6740;
            color: #31393f;
            margin-right: 5px;
        }

        .locationlist span.active::before {
            content: "";
            background-color: #9b6740;
        }

.rel5 {
    margin-bottom: 30px;
}

.div29 {
    height: 75vh;
    width: calc(100% - 140px);
    margin-left: 70px;
    margin-top: 0;
    position: relative;
    float: left;
    margin-bottom: 100px;
}


#dis {
    display: block;
}


.mobilgaleriarrow {
    position: absolute;
    right: 5px;
    bottom: -68px;
    display: none;
}

.galeri_right {
    position: relative;
    float: right;
    width: 35px;
    cursor: pointer;
}

.galeri_left {
    position: relative;
    float: right;
    width: 35px;
    margin-right: 10px;
    cursor: pointer;
}

.galeribaslik {
    /* font-family: 'Flama-Light'; */
    font-size: 27px;
    line-height: 40px;
    text-align: center;
    color: #626360;
    position: absolute;
    right: 20%;
    bottom: -69px;
    letter-spacing: 3px;
}

    .galeribaslik span {
        /* font-family: 'bellico'; */
        /* font-size: 50px; */
    }

.galericounter {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 400px;
    height: 240px;
    background-color: #a16431;
    z-index: -1;
}

.spannumber {
    position: absolute;
    right: 29px;
    bottom: 38px;
    color: #fff;
}

    .spannumber span {
        font-family: 'Flama-Medium';
        font-size: 20px;
        line-height: 25px;
    }

    .spannumber text {
        font-size: 20px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .spannumber b {
        font-family: 'Flama-Light';
        font-size: 20px;
        line-height: 25px;
        font-weight: normal;
    }

.spanname {
    position: absolute;
    left: 100px;
    bottom: 37px;
    color: #fff;
    /* font-family: 'Flama-Light'; */
    font-size: 24px;
    line-height: 30px;
}

.sagyesil {
    background-color: rgb(161, 100, 49);
    width: 70px;
    height: 200px;
    position: absolute;
    right: 0;
    bottom: 30px;
    z-index: 10;
}

.sagyesilfixed {
    position: fixed;
    bottom: 0;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

.r2 {
}

    .r2:after {
        content: '';
        width: 40%;
        height: 116%;
        background-color: #e6d0ab;
        position: absolute;
        right: 0;
        z-index: -1;
        bottom: 10%;
    }

.r3 {
}

    .r3:after {
        content: '';
        width: 15%;
        height: 97%;
        background-color: #ecebe9;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
    }

picture img {
    width: 100%;
    display: none;
}

.nadide_img {
    position: absolute;
    left: 28px;
    bottom: 18px;
    z-index: 1000;
    max-width: 700px;
    width: 60%;
    display: none;
}

.yaprak {
    position: absolute;
    right: -70px;
    top: -50px;
    /* bottom: 0; */
    margin: auto;
    width: 142px;
    /* transform: rotate(45deg); */
}

.havuz2_img {
    position: relative;
    float: left;
    width: 400px;
    margin-left: -40px;
    margin-top: -40px;
}

.homegallery {
    margin-top: 190px;
    background-color: #fff;
    padding-top: 10%;
    padding-bottom: 10%;
}

.homegalleryic {
    height: 600px;
}

    .homegalleryic .box1 {
        position: relative;
        float: left;
        width: 22%;
        height: 100%;
    }

        .homegalleryic .box1 .top {
            height: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #fff;
        }

            .homegalleryic .box1 .top img {
                max-width: 235px;
                width: 80%;
            }

        .homegalleryic .box1 .bottom {
            height: 50%;
            background-color: #9b6740;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .homegalleryic .box1 .bottom ul {
            }

                .homegalleryic .box1 .bottom ul li {
                    color: #fff;
                    font-size: 18px;
                    cursor: pointer;
                    letter-spacing: 3px;
                    margin-bottom: 10px;
                }

                    .homegalleryic .box1 .bottom ul li.active {
                        color: #000;
                        font-weight: 600;
                    }

.homegallerydiv {
    position: relative;
    float: left;
    width: 78%;
    height: 100%;
}

.homegalleryicbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s linear,opacity 0.3s linear;
}

    .homegalleryicbox .box2 {
        position: relative;
        float: left;
        width: 23%;
        height: 100%;
    }

        .homegalleryicbox .box2 .top {
            height: 50%;
            background-size: cover;
            background-position: center center;
        }



        .homegalleryicbox .box2 .bottom {
            height: 50%;
            background-size: cover;
            background-position: center center;
        }

    .homegalleryicbox .box3 {
        position: relative;
        float: left;
        width: 39%;
        height: 100%;
    }

        .homegalleryicbox .box3 .top {
            height: 50%;
            background-size: cover;
            background-position: center center;
        }

        .homegalleryicbox .box3 .bottom {
            height: 50%;
            background-size: cover;
            background-position: center center;
        }

    .homegalleryicbox .box4 {
        position: relative;
        float: left;
        width: 28%;
        height: 100%;
        background-size: cover;
        background-position: center center;
    }

        .homegalleryicbox .box4 a {
            position: absolute;
            width: 60%;
            height: 111px;
            background-color: #bebebe;
            bottom: -40px;
            right: -50px;
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            text-decoration: none;
            font-size: 19px;
        }

            .homegalleryicbox .box4 a span {
                text-align: left;
                padding-left: 21%;
                font-family: 'Avantgarden-Light';
                font-size: 23px;
            }

                .homegalleryicbox .box4 a span:after {
                    content: "\e649";
                    font-family: 'themify';
                }

    .homegalleryicbox.active {
        visibility: visible;
        opacity: 1;
    }

.galbox {
    cursor: pointer;
}

    .galbox:before {
        content: "\e611";
        font-family: 'themify';
        position: absolute;
        color: white;
        z-index: 2;
        font-size: 0.3rem;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        webkit-transition: all 300ms;
        -moz-transition: all 300ms;
        -ms-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
    }

    .galbox:after {
        content: '';
        position: absolute;
        background: #ffca61;
        width: 0%;
        z-index: 1;
        height: 0%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        opacity: 0.8;
        webkit-transition: all 300ms;
        -moz-transition: all 300ms;
        -ms-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
    }

    .galbox:hover:after {
        width: 100%;
        height: 100%;
    }

    .galbox:hover:before {
        font-size: 3rem;
    }

#homegallery1 {
}

.page-transition {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 999999;
    background-color: #fff;
}

    .page-transition .page-transition__sfondo--black {
        position: absolute;
        width: 100%;
        height: 100vh;
        left: 0;
        top: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        background-color: #1b1b1b;
    }

    .page-transition .page-transition__sfondo--white {
        position: absolute;
        width: 100%;
        height: 100vh;
        left: 0;
        top: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background-color: #f5f4f2;
    }

    .page-transition .page-transition__content {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

        .page-transition .page-transition__content .txt__container {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            display: -webkit-box;
            display: flex;
            -webkit-box-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            align-items: center;
        }

            .page-transition .page-transition__content .txt__container .txt {
                position: relative;
                opacity: 1;
                visibility: visible;
                -webkit-transform: translateY(0);
                transform: translateY(0);
                text-align: center;
            }

                .page-transition .page-transition__content .txt__container .txt .txt__title {
                    color: #000;
                }

        .page-transition .page-transition__content .img__container {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            display: -webkit-box;
            display: flex;
            -webkit-box-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            align-items: center;
        }

            .page-transition .page-transition__content .img__container .img {
                position: relative;
                opacity: 0;
                visibility: hidden;
                -webkit-transform: translateY(100%);
                transform: translateY(100%);
                width: 9rem;
            }

.loadinglogo {
}

body.navbar-fixed-top .topmenu {
    top: 0;
    position: fixed !important;
    right: 0;
    left: 0;
    z-index: 9999;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    background-color: #fff;
    border-bottom: 2px solid #ebebeb;
}

body.navbar-fixed-top .slider,
body.navbar-fixed-top .r4,
body.navbar-fixed-top .r5,
body.navbar-fixed-top .locheader,
body.navbar-fixed-top .bsaheader,
body.navbar-fixed-top .konseptheader,
body.navbar-fixed-top .iletisimdiv1 {
    margin-top: 100px;
}

.yaprakgri_img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 17%;
}

.yapraksag_img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 172px;
}

.gallerry {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 1115px;
    text-align: center;
    margin-top: 105px;
    margin-bottom: 30px;
    z-index: 1;
}

.galeribox {
    position: relative;
    display: inline-block;
    width: 30%;
    margin-left: 1%;
    margin-right: 1%;
}

    .galeribox span {
        position: absolute;
        left: 0;
        width: 100%;
        top: -50px;
        text-align: left;
        z-index: 1;
        color: #9b6740;
        padding-left: 22px;
        margin: auto;
        font-size: 110px;
        line-height: 83px;
        font-family: 'Raleway', sans-serif;
        font-weight: 600;
        opacity: 0.2;
    }

    .galeribox > img {
        position: relative;
        display: block;
        margin: auto;
        width: 100%;
    }

    .galeribox:hover .galleryoverlay {
        /* opacity: 1; */
    }

.galleryoverlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: hsla(26, 42%, 43%, 0.7);
    transition: opacity 0.6s ease-out;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

    .galleryoverlay img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 40px;
    }

.r4 {
    margin-bottom: 50px;
}

    .r4:after {
        content: '';
        width: 15%;
        height: 100%;
        background-color: #ecebe9;
        position: absolute;
        left: 0;
        top: -100px;
        z-index: -1;
    }

.r5 {
    background-color: #eae8e9;
    height: calc(100vh - 100px);
}

.r6 {
    margin-bottom: 120px;
    margin-top: 50px;
    overflow: hidden;
}

.r7 {
    /* height: 90vh; */
    margin-bottom: 100px;
    margin-top: 0;
}

.katic {
    position: relative;
    display: block;
    margin: auto;
    width: 98%;
    max-width: 1400px;
    height: 100%;
}

.kat1 {
    position: relative;
    /* display: flex; */
    margin: auto;
    width: 98%;
    /* max-width: 1400px; */
    height: 100%;
    justify-content: center;
    align-items: center;
}

    .kat1 a {
        position: absolute;
        bottom: 52px;
        text-align: center;
        width: 100%;
        z-index: 2;
        left: 0;
        right: 0;
    }

        .kat1 a b {
            position: relative;
            float: left;
            width: 100%;
            font-family: 'Avenir-Book';
            font-size: 14px;
            letter-spacing: 3px;
        }

        .kat1 a span {
            position: absolute;
            top: 0;
            left: 50%;
            width: 24px;
            height: 24px;
            margin-left: -12px;
            -webkit-animation: sdb05 1.5s infinite;
            animation: sdb05 1.5s infinite;
            box-sizing: border-box;
        }

    .kat1 .left {
        position: relative;
        float: left;
        width: 320px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .kat1 .left .genel1 {
            width: 200px;
            visibility: hidden;
        }

        .kat1 .left .genel2 {
            width: 200px;
            visibility: hidden;
            display: none;
        }

        .kat1 .left ul {
            list-style-type: none;
            margin-top: 15px;
        }

            .kat1 .left ul li {
                padding-left: 4px;
                line-height: 36px;
                font-family: 'Avenir-Medium';
                letter-spacing: 2px;
                font-size: 16px;
                visibility: hidden;
                color: #414040;
            }

    .kat1 .right {
        position: relative;
        float: right;
        width: calc(98% - 320px);
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .kat1 .right img {
            width: 100%;
            max-width: 1003px;
        }

        .kat1 .right .box1 {
            position: absolute;
            left: 41.4%;
            top: 42%;
            width: 30px;
            height: 30px;
            cursor: pointer;
        }

        .kat1 .right .box2 {
            position: absolute;
            left: 50.1%;
            top: 41.5%;
            width: 30px;
            height: 30px;
            cursor: pointer;
        }

        .kat1 .right .box3 {
            position: absolute;
            left: 58%;
            top: 41.7%;
            width: 30px;
            height: 30px;
            cursor: pointer;
        }

        .kat1 .right .box4 {
            position: absolute;
            left: 55%;
            top: 49.5%;
            width: 30px;
            height: 30px;
            cursor: pointer;
        }

        .kat1 .right .box5 {
            position: absolute;
            left: 66%;
            top: 58%;
            width: 30px;
            height: 30px;
            cursor: pointer;
        }

        .kat1 .right .box6 {
            position: absolute;
            left: 79%;
            top: 82%;
            width: 30px;
            height: 30px;
            cursor: pointer;
        }

.kat2 {
    position: relative;
    display: flex;
    margin: auto;
    width: calc(98% - 320px);
    /* max-width: 1400px; */
    height: 100%;
    justify-content: center;
    align-items: center;
}

    .kat2 .left {
        position: relative;
        float: left;
        width: 60%;
        height: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-right: 5%;
    }

        .kat2 .left .zemin_plan {
            width: 100%;
            position: relative;
            float: right;
        }

        .kat2 .left .zemin_yaprak {
            position: absolute;
            left: -215px;
            top: 0;
            height: 100%;
            z-index: -1;
        }

    .kat2 .right {
        position: relative;
        float: left;
        width: 320px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .kat2 .right .dozellik {
            position: relative;
            float: left;
            width: 100%;
        }

            .kat2 .right .dozellik .span12 {
                visibility: hidden;
            }

                .kat2 .right .dozellik .span12 img {
                    width: 100%;
                }

            .kat2 .right .dozellik .span13 {
                text-align: left;
                font-family: 'Montserrat', sans-serif;
                font-size: 20px;
                font-weight: 300;
                line-height: 18px;
                color: #fff;
                margin-top: 5px;
                margin-bottom: 5px;
            }

            .kat2 .right .dozellik .span14x {
                text-align: left;
                font-family: 'Montserrat', sans-serif;
                font-size: 15px;
                font-weight: 400;
                line-height: 27px;
                color: #000;
                background-color: #fff;
                width: 100%;
                margin-top: 13px;
                visibility: hidden;
            }

                .kat2 .right .dozellik .span14x .left2 {
                    width: 60%;
                    text-align: left;
                    position: relative;
                    float: left;
                    color: #944f15;
                    font-size: 17px;
                    font-family: 'Avenir-Medium';
                }

                .kat2 .right .dozellik .span14x .right2 {
                    width: 40%;
                    text-align: right;
                    position: relative;
                    float: right;
                    color: #944f15;
                    font-size: 17px;
                    font-family: 'Avenir-Black';
                }

            .kat2 .right .dozellik .span15 {
                text-align: left;
                font-family: 'Montserrat', sans-serif;
                font-size: 14px;
                font-weight: 300;
                line-height: 22px;
                color: #000;
                width: 100%;
                margin-top: 9px;
                visibility: hidden;
            }

                .kat2 .right .dozellik .span15 .left2 {
                    width: 50%;
                    text-align: left;
                    position: relative;
                    display: block;
                    float: left;
                    color: #414040;
                }

                .kat2 .right .dozellik .span15 .right2 {
                    width: 50%;
                    text-align: right;
                    float: right;
                    display: block;
                    position: relative;
                }

    .kat2 .left .box1 {
        position: absolute;
        left: 69.9%;
        top: 36.4%;
        width: 30px;
        height: 30px;
        cursor: pointer;
    }

    .kat2 .left .box2 {
        position: absolute;
        left: 21.8%;
        top: 30.1%;
        width: 30px;
        height: 30px;
        cursor: pointer;
    }

    .kat2 .left .box3 {
        position: absolute;
        left: 43.4%;
        top: 50%;
        width: 30px;
        height: 30px;
        cursor: pointer;
    }

    .kat2 .left .box4 {
        position: absolute;
        left: 11.7%;
        top: 52.3%;
        width: 30px;
        height: 30px;
        cursor: pointer;
    }

    .kat2 .left .box5 {
        position: absolute;
        left: 27.5%;
        top: 61%;
        width: 30px;
        height: 30px;
        cursor: pointer;
    }

    .kat2 .left .box6 {
        position: absolute;
        left: 31.5%;
        top: 9.6%;
        width: 30px;
        height: 30px;
        cursor: pointer;
    }

    .kat2 .left .box7 {
        position: absolute;
        left: 42.8%;
        top: 69.3%;
        width: 30px;
        height: 30px;
        cursor: pointer;
    }

.kat3 {
    position: relative;
    /* display: flex; */
    margin: auto;
    width: calc(98% - 320px);
    /* max-width: 1400px; */
    height: 100%;
    justify-content: center;
    align-items: center;
}

    .kat3 .right {
        position: relative;
        float: right;
        width: 60%;
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-left: 5%;
    }

        .kat3 .right .zemin_plan {
            width: 100%;
        }

        .kat3 .right .zemin_yaprak {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
        }

    .kat3 .left {
        position: relative;
        float: left;
        width: 320px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .kat3 .left .dozellik {
            position: relative;
            float: left;
            width: 100%;
        }

            .kat3 .left .dozellik .span12 {
                visibility: hidden;
            }

                .kat3 .left .dozellik .span12 img {
                    height: 100px;
                }

            .kat3 .left .dozellik .span13 {
                text-align: left;
                font-family: 'Montserrat', sans-serif;
                font-size: 20px;
                font-weight: 300;
                line-height: 18px;
                color: #fff;
                margin-top: 5px;
                margin-bottom: 5px;
            }

            .kat3 .left .dozellik .span14x {
                text-align: left;
                font-family: 'Montserrat', sans-serif;
                font-size: 15px;
                font-weight: 400;
                line-height: 27px;
                color: #000;
                background-color: #fff;
                width: 100%;
                margin-top: 13px;
                visibility: hidden;
            }

                .kat3 .left .dozellik .span14x .left2 {
                    width: 60%;
                    text-align: left;
                    position: relative;
                    float: left;
                    color: #944f15;
                    font-size: 17px;
                    font-family: 'Avenir-Medium';
                }

                .kat3 .left .dozellik .span14x .right2 {
                    width: 40%;
                    text-align: right;
                    position: relative;
                    float: right;
                    color: #944f15;
                    font-size: 17px;
                    font-family: 'Avenir-Black';
                }

            .kat3 .left .dozellik .span15 {
                text-align: left;
                font-family: 'Montserrat', sans-serif;
                font-size: 14px;
                font-weight: 300;
                line-height: 22px;
                color: #000;
                width: 100%;
                margin-top: 9px;
                visibility: hidden;
            }

                .kat3 .left .dozellik .span15 .left2 {
                    width: 50%;
                    text-align: left;
                    position: relative;
                    display: block;
                    float: left;
                }

                .kat3 .left .dozellik .span15 .right2 {
                    width: 50%;
                    text-align: right;
                    float: right;
                    display: block;
                    position: relative;
                }

    .kat3 .right .box1 {
        position: absolute;
        left: 80.4%;
        top: 54.6%;
        width: 30px;
        height: 30px;
        cursor: pointer;
    }

    .kat3 .right .box2 {
        position: absolute;
        left: 69%;
        top: 66%;
        width: 30px;
        height: 30px;
        cursor: pointer;
    }

    .kat3 .right .box3 {
        position: absolute;
        left: 81%;
        top: 72%;
        width: 30px;
        height: 30px;
        cursor: pointer;
    }

    .kat3 .right .box4 {
        position: absolute;
        left: 77.1%;
        top: 23.5%;
        width: 30px;
        height: 30px;
        cursor: pointer;
    }

    .kat3 .right .box5 {
        position: absolute;
        left: 29.1%;
        top: 36%;
        width: 30px;
        height: 30px;
        cursor: pointer;
    }

    .kat3 .right .box6 {
        position: absolute;
        left: 29%;
        top: 79%;
        width: 30px;
        height: 30px;
        cursor: pointer;
    }

    .kat3 .right .box7 {
        position: absolute;
        left: 21.6%;
        top: 57%;
        width: 30px;
        height: 30px;
        cursor: pointer;
    }

    .kat3 .right .box8 {
        position: absolute;
        left: 51.8%;
        top: 56%;
        width: 30px;
        height: 30px;
        cursor: pointer;
    }

    .kat3 .right .box9 {
        position: absolute;
        left: 51.7%;
        top: 73%;
        width: 30px;
        height: 30px;
        cursor: pointer;
    }

.allgallery {
    position: absolute;
    width: 239px;
    height: 111px;
    background-color: #888484;
    bottom: -40px;
    right: 5%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 19px;
    webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    z-index: 2;
}

    .allgallery span {
        text-align: left;
        padding-left: 21%;
        font-family: 'Avantgarden-Light';
        font-size: 23px;
    }

        .allgallery span:after {
            content: "\e649";
            font-family: 'themify';
            webkit-transition: all 500ms;
            -moz-transition: all 500ms;
            -ms-transition: all 500ms;
            -o-transition: all 500ms;
            transition: all 500ms;
            position: relative;
            right: 0;
        }

    .allgallery:hover span:after {
        right: -20px;
    }

    .allgallery:hover {
        background-color: #000;
    }

.txt__title .top img {
    visibility: hidden;
}

.txt__title .bottom img {
    visibility: hidden;
}

.checkboxform {
    height: 25px;
    width: 25px;
    background-color: transparent;
    border: 2px solid #000;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    -webkit-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
    cursor: pointer;
    /* margin-top: 20px; */
}

    .checkboxform::before, .checkboxform::after {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        height: 0;
        width: 3px;
        background-color: #9b6740;
        display: inline-block;
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top;
        -webkit-transform-origin: left top;
        transform-origin: left top;
        border-radius: 5px;
        content: ' ';
        -webkit-transition: opacity ease .5;
        -moz-transition: opacity ease .5;
        transition: opacity ease .5;
    }

    .checkboxform::before {
        top: 18px;
        left: 13px;
        box-shadow: initial;
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .checkboxform::after {
        top: 10px;
        left: 4px;
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    input[type=checkbox]:checked + .checkboxform::before, .checkboxform.checked::before {
        height: 28px;
        -moz-animation: dothatopcheck 0.4s ease 0s forwards;
        -o-animation: dothatopcheck 0.4s ease 0s forwards;
        -webkit-animation: dothatopcheck 0.4s ease 0s forwards;
        animation: dothatopcheck 0.4s ease 0s forwards;
    }

    input[type=checkbox]:checked + .checkboxform::after, .checkboxform.checked::after {
        height: 50px;
        -moz-animation: dothabottomcheck 0.2s ease 0s forwards;
        -o-animation: dothabottomcheck 0.2s ease 0s forwards;
        -webkit-animation: dothabottomcheck 0.2s ease 0s forwards;
        animation: dothabottomcheck 0.2s ease 0s forwards;
    }





@keyframes dothabottomcheck {
    0% {
        height: 0;
    }

    100% {
        height: 10px;
    }
}

@keyframes dothatopcheck {
    0% {
        height: 0;
    }

    50% {
        height: 0;
    }

    100% {
        height: 30px;
    }
}

@-webkit-keyframes dothabottomcheck {
    0% {
        height: 0;
    }

    100% {
        height: 10px;
    }
}

@-webkit-keyframes dothatopcheck {
    0% {
        height: 0;
    }

    50% {
        height: 0;
    }

    100% {
        height: 30px;
    }
}

@-moz-keyframes dothabottomcheck {
    0% {
        height: 0;
    }

    100% {
        height: 10px;
    }
}

@-moz-keyframes dothatopcheck {
    0% {
        height: 0;
    }

    50% {
        height: 0;
    }

    100% {
        height: 30px;
    }
}

.galeri_yaprak {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 0;
}

.boxs {
}

    .boxs:hover:after {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        background: #9b6740;
        border-radius: 8px;
        color: #fff;
        content: attr(data-title);
        margin-left: -107px;
        font-size: 16px;
        padding: 13px;
        width: 220px;
        margin-top: -57px;
    }

    .boxs:hover:before {
        border: solid;
        border-color: #9b6740 transparent;
        border-width: 12px 6px 0 6px;
        content: "";
        left: 6px;
        bottom: 24px;
        position: absolute;
    }

.locleft {
    position: absolute;
    left: 0;
    top: 0;
    width: 15%;
    height: calc(100% + 100px);
    background-color: #ecebe9;
    position: absolute;
    left: 0;
    top: -100px;
}

    .locleft a {
        position: absolute;
        bottom: 52px;
        text-align: center;
        width: 100%;
        z-index: 2;
    }

        .locleft a b {
            position: relative;
            float: left;
            width: 100%;
            font-family: 'Avenir-Book';
            font-size: 14px;
            letter-spacing: 3px;
        }

        .locleft a span {
            position: absolute;
            top: 0;
            left: 50%;
            width: 24px;
            height: 24px;
            margin-left: -12px;
            -webkit-animation: sdb05 1.5s infinite;
            animation: sdb05 1.5s infinite;
            box-sizing: border-box;
        }

.locleftimg1 {
    position: relative;
    float: right;
    width: 85%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    margin-right: 2%;
}

.locleftimg2 {
    position: absolute;
    left: 0;
    bottom: -74px;
    width: 100%;
    z-index: 0;
}

.lokasyontarif {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.mapdirection {
    position: relative;
    display: flex;
    width: 250px;
    height: 60px;
    background-color: #5f3d22;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    visibility: hidden;
}

    .mapdirection:before, .mapdirection:after {
        content: '';
        background: #1f1f1d;
        height: 50%;
        width: 0;
        position: absolute;
        transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    }

    .mapdirection:before {
        top: 0;
        left: 0;
        right: auto;
    }

    .mapdirection:after {
        bottom: 0;
        right: 0;
        left: auto;
    }

    .mapdirection:hover:before {
        width: 100%;
        right: 0;
        left: auto;
    }

    .mapdirection:hover:after {
        width: 100%;
        left: 0;
        right: auto;
    }

    .mapdirection img {
        position: relative;
        width: 24px;
        z-index: 2;
    }

    .mapdirection span {
        margin-left: 22px;
        z-index: 2;
    }

.mapkroki {
    position: relative;
    display: flex;
    width: 250px;
    height: 60px;
    background-color: #944f16;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    visibility: hidden;
    cursor: pointer;
}

    .mapkroki:before, .mapkroki:after {
        content: '';
        background: #1f1f1d;
        height: 50%;
        width: 0;
        position: absolute;
        transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    }

    .mapkroki:before {
        top: 0;
        left: 0;
        right: auto;
    }

    .mapkroki:after {
        bottom: 0;
        right: 0;
        left: auto;
    }

    .mapkroki:hover:before {
        width: 100%;
        right: 0;
        left: auto;
    }

    .mapkroki:hover:after {
        width: 100%;
        left: 0;
        right: auto;
    }

    .mapkroki img {
        position: relative;
        width: 26px;
        z-index: 2;
    }

    .mapkroki span {
        margin-left: 22px;
        z-index: 2;
    }

.locdiv2 {
}

.locdiv3 {
    background-image: url("../images/lokasyon/lokasyonbg.jpg");
    background-size: cover;
    background-position: center center;
    position: relative;
    display: block;
    margin: auto;
    width: 98%;
    max-width: 1200px;
    height: 600px;
    justify-content: center;
    align-items: center;
}

    .locdiv3 .left {
        position: relative;
        float: left;
        width: 50%;
        padding-left: 5%;
        padding-right: 5%;
        height: 100%;
    }

        .locdiv3 .left div.relative100 {
            top: 50%;
            transform: translateY(-50%);
        }

        .locdiv3 .left .hayat1 {
            max-width: 386px;
            width: 90%;
        }

        .locdiv3 .left .hayat2 {
            max-width: 386px;
            width: 90%;
            display: none;
        }

        .locdiv3 .left p {
            font-size: 14px;
            line-height: 30px;
            color: #414040;
        }

    .locdiv3 .right {
        position: relative;
        float: right;
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

        .locdiv3 .right::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #ffffff;
            transform: scaleX(0);
            transform-origin: 0 50%;
            pointer-events: none;
            animation-delay: 0;
            animation-iteration-count: 1;
            animation-duration: 800ms;
            animation-fill-mode: both;
            animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
            -webkit-animation-delay: 0;
            -webkit-animation-iteration-count: 1;
            -webkit-animation-duration: 800ms;
            -webkit-animation-fill-mode: both;
            -webkit-animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
        }

        .locdiv3 .right.in::after {
            animation-name: revealer;
            -webkit-animation-name: revealer;
        }

        .locdiv3 .right img {
            max-width: 512px;
            width: 98%;
        }

.locdiv4 {
    height: 700px;
    margin-bottom: 50px;
}

    .locdiv4 .left {
        position: relative;
        float: left;
        width: 30%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 15px;
    }

        .locdiv4 .left:after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 30px;
            background-color: #e6d0ab;
        }

        .locdiv4 .left .leftic {
        }

            .locdiv4 .left .leftic b {
            }

                .locdiv4 .left .leftic b img {
                }

            .locdiv4 .left .leftic h1 {
                margin-top: 20px;
            }

                .locdiv4 .left .leftic h1 img {
                    width: 80%;
                    max-width: 345px;
                }

            .locdiv4 .left .leftic span {
                margin-bottom: 17px;
                margin-top: 18px;
                font-weight: 500;
                font-size: 16px;
                letter-spacing: 0px;
            }

            .locdiv4 .left .leftic p {
                font-size: 14px;
                line-height: 1.5em;
                color: #414040;
            }

    .locdiv4 .right {
        position: relative;
        float: right;
        width: 70%;
        height: 100%;
        background-color: #112a50;
    }

        .locdiv4 .right::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #ffffff;
            transform: scaleX(0);
            transform-origin: 0 50%;
            pointer-events: none;
            animation-delay: 0;
            animation-iteration-count: 1;
            animation-duration: 800ms;
            animation-fill-mode: both;
            animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
            -webkit-animation-delay: 0;
            -webkit-animation-iteration-count: 1;
            -webkit-animation-duration: 800ms;
            -webkit-animation-fill-mode: both;
            -webkit-animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
            z-index: 4;
        }

        .locdiv4 .right.in::after {
            animation-name: revealer;
            -webkit-animation-name: revealer;
        }

        .locdiv4 .right .img1 {
            z-index: 1;
            position: relative;
            float: left;
            width: 100%;
            max-width: 1153px;
            top: 50%;
            transform: translateY(-50%);
        }

        .locdiv4 .right .img2 {
            position: absolute;
            right: 0;
            top: 0;
            z-index: 0;
            width: 154px;
        }

.konseptheader {
    background-image: url("../images/konsept/header.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 80vh;
}

    .konseptheader a {
        position: absolute;
        bottom: 52px;
        text-align: center;
        width: 100%;
        z-index: 2;
    }

        .konseptheader a b {
            position: relative;
            float: left;
            width: 100%;
            font-family: 'Avenir-Book';
            font-size: 14px;
            letter-spacing: 3px;
        }

        .konseptheader a span {
            position: absolute;
            top: 0;
            left: 50%;
            width: 24px;
            height: 24px;
            margin-left: -12px;
            -webkit-animation: sdb05 1.5s infinite;
            animation: sdb05 1.5s infinite;
            box-sizing: border-box;
        }

.konseptdiv1 {
    background-color: #f7f7f7;
    height: 500px;
}

.konseptdiv2 {
    position: relative;
    display: flex;
    margin: auto;
    width: 98%;
    max-width: 1200px;
    justify-content: center;
    align-items: center;
    height: 100%;
}

    .konseptdiv2 .left {
        position: relative;
        float: left;
        width: 50%;
    }

        .konseptdiv2 .left img {
            width: 90%;
            max-width: 612px;
        }

    .konseptdiv2 .right {
        position: relative;
        float: left;
        width: 50%;
    }

        .konseptdiv2 .right img {
            width: 90%;
            max-width: 602px;
        }

        .konseptdiv2 .right p {
            font-size: 14px;
            line-height: 2em;
            color: #414040;
        }

.konseptdiv3 {
    height: 600px;
}

    .konseptdiv3 .left {
        position: relative;
        float: left;
        width: 60%;
        background-image: url("../images/konsept/rising-rosaranda--cesme.jpg");
        background-size: cover;
        background-position: center right;
        height: 100%;
    }

        .konseptdiv3 .left img {
            position: absolute;
            height: 107%;
            right: -132px;
            top: 0;
        }

    .konseptdiv3 .right {
        position: relative;
        float: left;
        width: 40%;
        height: 100%;
        padding-left: 8%;
        padding-right: 5%;
    }

        .konseptdiv3 .right div.relative100 {
            top: 50%;
            transform: translateY(-50%);
        }

        .konseptdiv3 .right img {
            max-width: 402px;
            width: 80%;
        }

        .konseptdiv3 .right span {
            margin-top: 20px;
            margin-bottom: 15px;
            font-weight: 500;
            font-size: 18px;
            letter-spacing: 3px;
        }

        .konseptdiv3 .right p {
            font-size: 14px;
            line-height: 2em;
            color: #414040;
        }

.konseptdiv4 {
    height: 700px;
}

    .konseptdiv4 .left {
        position: relative;
        float: left;
        width: 11%;
        height: 100%;
        background-color: #ecebe9;
    }

    .konseptdiv4 .midle {
        position: relative;
        float: left;
        width: 44%;
        height: 70%;
        top: 30%;
        padding-left: 5%;
        padding-right: 5%;
    }

        .konseptdiv4 .midle img {
            max-width: 535px;
            width: 80%;
        }

        .konseptdiv4 .midle span {
            font-size: 23px;
            letter-spacing: 4px;
        }

    .konseptdiv4 .right {
        position: relative;
        float: right;
        width: 45%;
        height: 80%;
        background-image: url("../images/konsept/aile.jpg");
        background-size: cover;
        background-position: center center;
        top: 20%;
    }

.konseptdiv5 {
    height: 700px;
}

    .konseptdiv5 .left {
        position: relative;
        float: left;
        width: 6%;
        height: 100%;
    }

        .konseptdiv5 .left:after {
            position: absolute;
            content: '';
            width: 2px;
            height: 60%;
            bottom: 0;
            background-color: #9a5b24;
            left: 50%;
        }

        .konseptdiv5 .left img {
            position: relative;
            display: block;
            float: left;
            margin-left: 50%;
            transform: translateX(-50%);
            max-height: 256px;
            height: 50%;
            margin-top: 20px;
        }

    .konseptdiv5 .midle {
        position: relative;
        float: left;
        width: 56%;
        height: 85%;
        background-image: url("../images/konsept/bahce.jpg");
        background-size: cover;
        background-position: center center;
    }

    .konseptdiv5 .right {
        position: relative;
        float: left;
        width: 38%;
        height: 100%;
    }

        .konseptdiv5 .right:after {
            content: '';
            background-color: #e6d0ab;
            position: absolute;
            width: 110%;
            height: 100%;
            right: 0;
            top: 0;
            z-index: -1;
        }

        .konseptdiv5 .right div.relative100 {
            top: 50%;
            transform: translateY(-50%);
            z-index: 1;
            padding-left: 5%;
            padding-right: 15%;
        }

        .konseptdiv5 .right img {
            max-width: 525px;
            width: 80%;
        }

        .konseptdiv5 .right span {
            font-size: 22px;
            letter-spacing: 4px;
            margin-bottom: 20px;
            font-weight: 500;
        }

        .konseptdiv5 .right p {
            font-size: 14px;
            line-height: 1.9em;
            color: #414040;
        }

.katpat1 {
    position: absolute;
    left: -230px;
}

.katpat2 {
    position: absolute;
    right: -230px;
}

.iletisimdiv1 {
    /* height: calc(100vh - 100px); */
    padding-top: 55px;
}

.iletisimdiv2 {
    height: calc(100vh - 155px);
}

    .iletisimdiv2 .left {
        position: relative;
        float: left;
        width: 20%;
        height: 100%;
    }

        .iletisimdiv2 .left img {
            position: absolute;
            right: 0;
            bottom: 0;
            width: 100%;
            z-index: 2;
        }

        .iletisimdiv2 .left:after {
            content: '';
            background-color: #ecebe9;
            width: 100%;
            height: calc(100% + 155px);
            position: absolute;
            left: 0;
            top: -155px;
        }

        .iletisimdiv2 .left a {
            position: absolute;
            bottom: 52px;
            text-align: center;
            width: 100%;
            z-index: 2;
        }

            .iletisimdiv2 .left a b {
                position: relative;
                float: left;
                width: 100%;
                font-family: 'Avenir-Book';
                font-size: 14px;
                letter-spacing: 3px;
            }

            .iletisimdiv2 .left a span {
                position: absolute;
                top: 0;
                left: 50%;
                width: 24px;
                height: 24px;
                margin-left: -12px;
                -webkit-animation: sdb05 1.5s infinite;
                animation: sdb05 1.5s infinite;
                box-sizing: border-box;
            }

    .iletisimdiv2 .midle {
        position: relative;
        float: left;
        width: 25%;
        height: 100%;
        padding-left: 2%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .iletisimdiv2 .midle > img {
            width: 220px;
        }

        .iletisimdiv2 .midle .box {
            margin-top: 20px;
        }

            .iletisimdiv2 .midle .box .left1 {
                position: relative;
                float: left;
                width: 40px;
            }

                .iletisimdiv2 .midle .box .left1 img {
                }

            .iletisimdiv2 .midle .box .right1 {
                position: relative;
                float: left;
                width: calc(100% - 50px);
            }

                .iletisimdiv2 .midle .box .right1 span {
                    color: #414040;
                    font-weight: 600;
                }

                    .iletisimdiv2 .midle .box .right1 span img {
                        width: 149px;
                    }

                .iletisimdiv2 .midle .box .right1 p {
                    color: #414040;
                }

                .iletisimdiv2 .midle .box .right1 a {
                    text-decoration: none;
                    color: #000;
                    font-weight: 600;
                }

    .iletisimdiv2 .right {
        position: relative;
        float: right;
        width: 55%;
        height: 100%;
        display: flex;
        align-items: center;
    }

#iletisimmap {
    position: relative;
    float: left;
    width: 80%;
    height: 80%;
    border: 20px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.06) 6px 3px 13px 6px;
}

.footerBottom {
    width: 100%;
    float: left;
    padding: 9px 0;
    background: #f9f9f9;
}

.footerCenter {
    width: 97%;
    margin: auto;
}

.leftFooter {
    float: left;
    width: auto;
    font-size: 10px;
    color: #5c5c5c;
}

    .leftFooter span {
        width: auto;
        display: inline-block;
    }

.rightFooter {
    float: right;
    width: auto;
}

    .rightFooter a {
        display: block;
        float: left;
        margin: 0 18px 0 0;
        position: relative;
        top: 8px;
    }

        .rightFooter a:last-child {
            margin: 0;
        }

.vonbelogo {
    width: 50px;
}

.ekcanprojesi_img {
    position: relative;
    display: block;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.phoneicon2_img {
    width: 20px;
    position: relative;
    float: left;
    margin-left: 15px;
    z-index: 2;
}

.addresstitle_img {
    max-width: 248px;
    width: 90%;
}
