<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {vertical-align: middle;}

:root {
    --font1: 'ITCAvantGarde', sans-serif;
    --font2: 'FrizQuadrataStd',sans-serif;
    --color1: #e9862c;
    --color2: #d9761c;
    --color3: #180954;
}
.popupContainer p{ line-height: 22px; font-size: 14px;}
.container {
    position: relative;
}
.container::before, .container::after, .row::before, .row::after {
    display: table;
    content: " ";
    clear: both;
}

.projectIconData{ box-sizing: border-box; padding-top: 100px; margin: 0px -50px; padding-right: 80px;}
.projectIconData *{ box-sizing: border-box; }
.projectIconData:after{ content: ""; display: block; clear: both;}
.projectIconData .projectDataIcon{ z-index: 33; position: absolute; left: 50%; top: -65px;     transform: translate(-50%,0); content:""; height: 130px; display:block; margin: 0px auto; width: 130px; background-color: #e9862c; background-image:  url(attr(data-icon)); border-radius: 100%; }
.projectIconData .projectDataIcon img{ max-width: 70px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.projectIconCol{ float:left; position: relative; margin-top: 65px; width:20%; padding-left: 50px; padding-right: 50px; }
.projectIconContent{ position: relative; color: #180954; border: 1px solid #E9862C; height: 200px; padding-top: 65px; text-align: center; font-size: 18px;}
.projectIconContent span{ display: block; margin-top: 5px; margin-bottom: 5px; font-size: 28px;  font-weight: bold; line-height: 30px;}
.projectIconContent p{ position: absolute; padding-left: 20px; padding-right: 20px; width: 100%; top: calc(50% + 32px); left: 50%; line-height: 24px; transform: translate(-50%,-50%);}
.projectIconContent .inlineblock{ display: inline-block !important; margin-right: 3px; margin-bottom: 0px; }
.clear{clear:both;}
.project_gallery .slick-list{ min-height: 90vh; }
.projectCompleted.project-item:hover::after{ background: var(--color3); }
.projectCompleted .project-item_status{ background: var(--color1); padding-right: 45px; padding-top: 30px; padding-left: 45px; }
.projectCompleted .project-item_status:after{ content: ""; position: absolute; width: 60px; height: 60px; background-color: #FFF; background-image: url(../images/check.png); background-repeat: no-repeat;display: block;border-radius: 100%;background-position: center; left:0px; top: 50%; transform: translate(-50%,-50%); }
.hideData{ display: none; }
.whatsappIcon{ max-width: 32px;}

::selection{background-color:var(--color3); color:#fff;}
.center-image{display:block; margin:0px auto;}
*{outline:0 !important;}
*, ::after, ::before { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
a {text-decoration: none !important;}
.full_width_img{float:left; width:100%;}
.nmb{margin-bottom:0 !important;}
.no_border{border:0 !important;}
.w-100 {width: 100%;} .w-75 {width: 75%;} .w-60 {width: 60%;} .w-50 {width: 50%;} .w-40 {width: 40%;} .w-25 {width: 25%;}
.mw-100 {max-width: 100%;}
.left{float:left;} .right{float:right;}
.absolute-center{position:absolute; left:50%; top:50%; transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.absolute-center-x{position:absolute; left:50%;  transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0);}
.absolute-center-y{position:absolute; top:50% !important; transform: translate(0, -50%); -moz-transform: translate(0, -50%); -webkit-transform: translate(0, -50%);}
.mb20{margin-bottom:20px;} .mb30{margin-bottom: 30px;}
.center_text_align{text-align:center;}
.hide {display: none;}
strong {font-weight: bold;}
h1, h2, h3, h4, h5 { font-family: var(--font1); }
.t2 {transition: all cubic-bezier(.6,.18,.85,.94) .2s; -moz-transition: all cubic-bezier(.6,.18,.85,.94) .2s; -webkit-transition: all cubic-bezier(.6,.18,.85,.94) .2s; -o-transition: all cubic-bezier(.6,.18,.85,.94) .2s;}
.t3 {transition: all cubic-bezier(.6,.18,.85,.94) .3s; -moz-transition: all cubic-bezier(.6,.18,.85,.94) .3s; -webkit-transition: all cubic-bezier(.6,.18,.85,.94) .3s; -o-transition: all cubic-bezier(.6,.18,.85,.94) .3s;}
.t4 {transition: all cubic-bezier(.6,.18,.85,.94) .4s; -moz-transition: all cubic-bezier(.6,.18,.85,.94) .4s; -webkit-transition: all cubic-bezier(.6,.18,.85,.94) .4s; -o-transition: all cubic-bezier(.6,.18,.85,.94) .4s;}
.row {position: relative;}
.col img {width: 100%;}
.column_left {float: left; position: relative; order:1;}
.column_right {float: right; position: relative; order:2;}
.flex-center {display: flex; justify-content: center; align-items: center; flex-wrap: wrap;}
.flex-center-y {align-items: center; display: flex; flex-wrap: wrap;}
.flex-center-x {display: flex; justify-content: center; flex-wrap: wrap;}

body {
    line-height: 1;
    font-family: var(--font1);;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}
 
.overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.49);
    z-index: 9997;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

body.menuOpened {
    /* overflow: hidden; */
}

body.trident * {
    display: none;
    position: relative;
}
body.trident::after {
    content: "SÄ°TEMÄ°ZÄ° EN Ä°YÄ° ÅEKÄ°LDE GÃ–RÃœNTÃœLEMEK Ä°Ã‡Ä°N LÃœTFEN DAHA GÃœNCEL BÄ°R TARAYICI KULLANIN.";
    position: absolute;
    left:50%; top:50%; transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);
    font-size: 45px;
    width: 60%;
    text-align: center;
    color: #180954;
    font-family: 'ITCAvantGarde', sans-serif;
    line-height: 1.3;
} 


body.menuOpened .overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

body.menuOpened .language {
    /* left: calc(100% - 400px); */
}

.univa_btn {
    --btn-color: #fff;
    font-size: 13px;
    display: inline-block;
    color: var(--btn-color);
    position: relative;
    padding-top: 20px;
    padding-left: 35px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--btn-color);
    letter-spacing: 2px;
    height: 54px;
    cursor: pointer;
    left: 15px;
}
    .univa_btn::after, .univa_btn::before {
        content: "";
        width: 1px;
        position: absolute;
        display: block;
        background: var(--btn-color);
        bottom: 0;
    }
    .univa_btn::after {
        height: 10px;
        left: 0;
    }
    .univa_btn::before {
        height: 30px;
        right: 0;
    }
    .univa_btn img {
        position: absolute;
        left: -15px;
        top: 21px;
        transition: all .2s ease-in-out;
    }
    .univa_btn span.btn_span1 {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 33px;
        right: 0;
    }
        .univa_btn &gt; span.btn_span1::after, .univa_btn &gt; span.btn_span1::before {
            content: "";
            position: absolute;
            right: 0;
            background: var(--btn-color);
        }
        .univa_btn &gt; span.btn_span1::after {
            width: 0;
            top: 0;
            height: 1px;
            transition: all .4s ease-in-out;
            transition-delay: .2s;
        }
        .univa_btn &gt; span.btn_span1::before {
            bottom: -3px;
            width: 1px;
            height: 0;
            transition: all .2s ease-in-out;
            transition-delay: .6s;
        }
            .univa_btn:hover &gt; span.btn_span1::before {
                height: 23px;
                transition-delay: .0s;
            }
            .univa_btn:hover &gt; span.btn_span1::after {
                width: 100%;
                transition-delay: .2s;
            }
            .univa_btn:hover img {
                left: -9px;
                transition-delay: .8s;
            }
        .univa_btn &gt; span.btn_span2::after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            height: 0;
            width: 1px;
            background: var(--btn-color);
            transition: all .2s ease-in-out;
            transition-delay: .0s;
        }
            .univa_btn:hover &gt; span.btn_span2::after {
                height: 10px;
                transition-delay: .6s;
            }


/* HEADER */
header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9995;
}


#homePage header {
    height: 170px;
}

.hamburger {
    position: absolute;
    left: 95px;
    top: 75px;
    cursor: pointer
}

    .hamburger_inner {
        width: 35px;
    }

        .hamburger_inner span {
            width: 100%;
            height: 3px;
            background: #fff;
            display: block;
            margin-bottom: 10px;
            border-radius: 2px;
        }
        .hamburger.open .hamburger_inner span:nth-child(1) {
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            transform-origin: left bottom ;
            margin-left: 4px;
        }
        .hamburger.open .hamburger_inner span:nth-child(2) {
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            transform-origin: center center;
        }

.language {
    position: absolute;
    top: 75px;
    left: 200px;
    display: none;
}
    .homeHeader .language {display: block;}
    .menu .language {display: block;}
    .language a {
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        opacity: 1;
        margin: 0 15px;
    }
    .language a.active {
        opacity: 1;
        font-weight: bold;
    }
    .language a:hover {
        opacity: 0.8;
    }

#homePage .header .logo {
    max-width: 210px;
}

.logo {
    top: 70px;
}

.header_call {
    height:170px;
    width: 170px;
    float: right;
    position: relative;
}
    .header_call a {
        height: 100%;
        display: block;
        background: #e9862c;
        background: var(--color1);
        color: #fff;
        text-align: right;
        font-size: 21px;
        font-weight: 700;
        padding: 75px 30px 0 0;
    }
        .header_call a img {
            position: absolute;
            left: 40px;
            top: 40px;
        }
        .header_call a:hover {
            background: #bf6616;
        }


/* CONTACT FORM */
.contact_form {
    width: 20%;
    height: calc(100vh - 120px);
    z-index: 9998;
    position: fixed;
    top: 120px;
    right: 0;
    background: url(../images/menu_map.png) no-repeat center top;
    background-color: var(--color1);
    padding: 35px 30px;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transition: all cubic-bezier(0.86, 0, 0.07, 1) .3s;
    -webkit-transition:  all cubic-bezier(0.86, 0, 0.07, 1) .3s;
    -moz-transition:  all cubic-bezier(0.86, 0, 0.07, 1) .3s;
    -webkit-clip-path: polygon(0 0, 80% 14%, 80% 84%, 0 89%);
    clip-path: polygon(0 0, 80% 14%, 80% 84%, 0 89%);
}
    .contact_form.open {
        transform: translateX(0);
        -webkit-transform:  translateX(0);
        -moz-transform:  translateX(0);
        -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    }
    .message {
        color: white;
        background: red;
        font-size: 12px;
        position: absolute;
        right: 5px;
        bottom: 5px;
        padding: 2px 5px;
        display: none;
    }
    #kvkk .message {
        position: initial;
    }
    .contact_form .input_column.errorCol .message {
        display: block;
    }
    .contact_form input::placeholder {
        color: var(--color3);
    }
    .contact_form .head {
        text-align: left;
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 15px;
    }
        .contact_form .head img {
            margin-right: 15px;
            vertical-align: top;
            width: 25px;
        }
    .contact_form p {
        font-size: 19px;
        color: #fff;
        line-height: 1.3;
        font-weight: 400;
        margin-bottom: 30px;
    }
    .contact_form .input_column {
        width: 100%;
        margin-bottom: 15px;
        position: relative;
    }
        .contact_form .input_column input {
            width: 100%;
            line-height: 60px;
            border: none;
            padding:0 25px;
            font-family: var(--font1);
            color: var(--color3);
            font-size: 16px;
            font-weight: 400;
        }
        .iti-flag {background-image: url("../images/flags.png") !important;}
        .intl-tel-input {width: 100%;}
    .contact_form .close_form {
        position: absolute;
        right: 25px;
        top: 25px;
        font-size: 38px;
        font-weight: bold;
        color: #fff;
        cursor: pointer;
        display: none;
    }
    .proje-checkbox {
        padding-left: 40px;
        color: #fff;
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 1.5px;
        font-weight: 400;
        padding-top: 5px;
        cursor: pointer;
        margin-bottom: 5px !important;
    }
    .proje-name-error.message {
        /* display: block; */
        position: relative;
        text-align: center;
    }
    #kvkk {
        padding-left: 40px;
        color: #fff;
        font-size: 13px;
        line-height: 1.5;
        letter-spacing: 1px;
        font-weight: 400;
        padding-top: 5px;
        cursor: pointer;
    }
        #kvkk a {
            color: #fff;
            font-weight: 600;
        }
        .contact_form label input[type=checkbox] {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }
        .contact_form label span:not(.checkmark ) {
            display: inline-block;
            cursor: pointer;
        }
        .contact_form .checkmark {
            position: absolute;
            top: 9px;
            left: 0;
            height: 30px;
            width: 30px;
            line-height: 30px;
            background: #fff;
            color: #180954;
            font-size: 0;
            text-align: center;
            cursor: pointer;
        }
        .contact_form label input:checked ~ .checkmark {
            font-size: 18px;
            
        }
    .submit {
        width: 100%;
        line-height: 60px;
        display: block;
        background: #2a4a83;
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.5px;
        text-align: center;
        cursor: pointer;
    }    
        .submit:hover {
            background: #1b3769;
        }
    .form_divider {
        margin: 30px 0;
        text-align: center;
        font-size: 13px;
        color: #fff;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-content: stretch;
        align-items: center;
        flex-flow: row;
    }
        .form_divider span:not(.text) {
            background: white;
            height: 1px;
            width: 50%;
        }
        .form_divider span.text {
            padding: 0 20px;
            white-space: nowrap;
        }

    .form_dials {
        text-align: left;
        padding-left: 50px;
    }
        .dial_item {
            margin-bottom: 15px;
            display: block;
        }
            .dial_item a {
                font-size: 24px;
                color: #fff;
                font-weight: bold;
            }
                 .dial_item a i {
                     font-weight: 300;
                     margin-right: 10px;
                 }
.form-overlay {
    position: absolute;
    bottom: 250px;
    display: none;
    z-index: 555;
}
.spinner {
  width: 70px;
  height: 70px;
  position: relative;
  margin: 0 auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}



/* HOME */

.headerSection {
    position: relative;
    overflow: hidden;
}

.slide_down {
    bottom: 0;
    z-index: 55;
}

.mainSlider {
    overflow: hidden;
}

#homePage.lang_ar .mainSlider{
    height: 100vh;
}
    .mainSlider .slider_item {
        overflow: hidden;
    }

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

.slider_item {
    position: relative;
}
    .city {
        font-size: 250px;
        font-weight: 700;
        letter-spacing: 125px;
        margin-left: 55px;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: var(--color1);
        -webkit-text-fill-color: transparent;
        background: -webkit-linear-gradient(transparent, transparent);
        background: -o-linear-gradient(transparent, transparent);
        -webkit-background-clip: text;
        opacity: 0.5;
        pointer-events: none;
        white-space: nowrap;
    }
    .slider_content {
        text-align: center;
        width: 100%;    
        margin-top: 120px;
    }
        .slider_content h3 {
            font-size: 75px;
            font-weight: 700;
            color: var(--color1);
            margin-bottom: 40px;
            transform: translateY(20px);
            -webkit-transform: translateY(20px);
            -moz-transform: translateY(20px);
            opacity: 0;
            transition: all ease-in-out .4s .4s;
            -moz-transition: all ease-in-out .4s .4s;
            -webkit-transition: all ease-in-out .4s .4s;
        }
            .animation .slider_content h3 {
                transform: translateY(0);
                -webkit-transform: translateY(0);
                -moz-transform: translateY(0);
                opacity: 1;
            }
        .slider_content p {
            font-size: 34px;
            color: #fff;
            font-weight: 600;
            line-height: 1.3;
            margin-bottom: 40px;
            transition: all ease-in-out .3s .8s;
            -moz-transition: all ease-in-out .3s .8s;
            -webkit-transition: all ease-in-out .3s .8s;
            opacity: 0;
        }
            .animation .slider_content p {
                opacity: 1;
            }
            .slider_content p span {
                color: var(--color1);
            }
            .sale-status {
                FONT-SIZE: 25PX;
                COLOR: white;
                font-weight: bold;
                background: var(--color1);
                display: inline-block;
                padding: 10px;
                opacity: 0;
                transition: all ease-in-out .3s 1s;
                -moz-transition: all ease-in-out .3s 1s;
                -webkit-transition: all ease-in-out .3s 1s;
                margin-bottom: 20px;
            }
            .animation .slider_content .sale-status  {
                opacity: 1;
            }
    
    .slick-slide .slider_content .univa_btn {
        opacity: 0;
        transition: all ease-in-out .3s 1.2s;
        -moz-transition: all ease-in-out .3s 1.2s;
        -webkit-transition: all ease-in-out .3s 1.2s;
    }
    .slick-slide.animation .slider_content .univa_btn {
        opacity: 1;
    }
        

.mainSlider .slick-arrow {
    position: absolute;
    top: 50% !important;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    z-index: 555;
    cursor: pointer;
}
.mainSlider .slick-next {
    right: 85px;
}
.mainSlider .slick-prev {
    left: 85px;
}

.coverSlider .mobileHide {
    display: none;
}
.coverSlider .cover_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


.slider_logo {
    max-width: 125px;
    right: 75px;
    bottom: 75px;
    position: absolute;
}


.investor {
    position: relative;
    margin-bottom: 0;
    background: url(../images/investor_map.png) no-repeat center 24%;
    background-size: cover;
    padding: 190px 0 130px;
}
    .investor_widget {
        width: 100%;
        text-align: center;
    }
    .top_big_head {
        top: 0;
        text-align: center;
        font-size: 84px;
        line-height: 1.1;
        color: var(--color3);
        font-weight: bold;
        white-space: nowrap;
        margin-bottom: 30px;
    }
        .top_big_head span.big_text {
            color: var(--color1);
        }
        .top_big_head span.line_text {
            -webkit-text-fill-color: transparent;
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: var(--color1);
            -webkit-text-fill-color: transparent;
            background: -webkit-linear-gradient(transparent, transparent);
            background: -o-linear-gradient(transparent, transparent);
            -webkit-background-clip: text;
        }
        .investor_widget .univa_btn {
            --btn-color:#180954;
        }
        .investor_widget .univa_btn.orange{
            background: var(--color1); color: #FFF;
            border:none; padding: 20px 50px; font-size: 18px;
            position: relative; top: 90px; 
            left: 0;
        }
        .investor_widget .univa_btn.orange:hover{
            background:#2a4a83;
        }
        .investor_widget .univa_btn.orange:after,.investor_widget .univa_btn.orange:before{
            display: none;
        }
    .invest_mini_logo {
        position: relative;
        left: 150px;
    }
.investor-slider {
    margin-left: -170px;
}
    .investor-slider_item {
        position: relative;
        padding-left: 270px;
        padding-bottom: 100px;
    }
        .slider-item-img-wrapper {
            z-index: -2;
            position: relative;
            display: inline-block;
            vertical-align: middle;
            padding-right: 15px;
            padding-bottom: 25px;
        }
            .slider-item-img-wrapper::after {
                content: "";
                position: absolute;
                right: 0;
                bottom: 0;
                background: var(--color1);
                width: 50%;
                height: 40%;        
                z-index: -1;
            }
            .slider-item-img-wrapper img {
                box-shadow: 0px 52px 44px 0px rgba(0, 0, 0, 0.19);

            }
            
        .investor-big-text {
            font-size: 140px;
            font-weight: bold;
            font-family: var(--font2);
            color: var(--color1);
            position: absolute;
            bottom: 180px;
            left: 140px;
        }
            .investor-big-text::after {
                content:attr(data-text);
                -webkit-text-fill-color: transparent;
                -webkit-text-stroke-width: 1px;
                -webkit-text-stroke-color: var(--color1);
                -webkit-text-fill-color: transparent;
                background: -webkit-linear-gradient(transparent, transparent);
                background: -o-linear-gradient(transparent, transparent);
                -webkit-background-clip: text;
                position: absolute;
                left: -50%;
                transform: translateX(55%) scale(2);
                -webkit-transform: translateX(55%) scale(2);
                -moz-transform: translateX(55%) scale(2);
                white-space: nowrap;
                z-index: -1;
                letter-spacing: 15px;
                opacity: 0.6;
            }
        .investor-mini-text {
            display: inline-block;
            vertical-align: middle;
            font-size: 40px;
            line-height: 1.3;
            font-weight: bold;
            color: var(--color3);
            padding-left: 150px;
            position: relative;
            margin-left: -50px;
        }
            .investor-mini-text::after {
                content: "";
                width: 100px;
                height: 2px;
                background: var(--color1);
                position: absolute;
                left: 0;
                top: 10px;
            }
    .investor-slider-buttons {
        margin: -30px auto 0;
        text-align: center;
        z-index: 55;
        position: relative;
    }     
        .investor-slider-buttons a {
            width: 80px;
            display: inline-block;
            margin: 0 10px;
            cursor: pointer;
            opacity: 0.3;
        }
            .investor-slider-buttons a.slick-prev img {
                transform: rotate(180deg);
                -webkit-transform: rotate(180deg);
                -moz-transform: rotate(180deg);
            }
            .investor-slider-buttons a:hover {
                opacity: 1;
            }
    
   
    
.section-waterText {
    font-size: 280px;
    line-height: 1.2;
    font-weight: bold;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--color1);
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(transparent, transparent);
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    position: absolute;
    left: 0;
    padding-left: 50px;
    top: -13px;
    letter-spacing: 66px;
    z-index: -1;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    opacity: 0.6;
}    

.about {
    margin-bottom: 150px;
    position: relative;
}
    .about .about_inner {
        display: inline-block;
        max-width: 550px;
        width: 28%;
        top: 145px;
        position: relative;
        margin-left: 5%;
        margin-right: 5%;
        vertical-align: top;
        z-index: 6;
    }
        .about .about_inner .univa_btn {
            --btn-color: var(--color3);
            margin-top: 50px;
        }
        .about .about_inner p {
            font-size: 24px;
            line-height: 1.8;
            color: var(--color3);
            position: relative;
        }
    .about_img_wrapper {
        max-width: 630px;
        position: relative;
        padding-right: 30px;
        padding-bottom: 45px;
        display: inline-block;    
        width: 35%;
        vertical-align: top;

    }
        .about_img_wrapper .img_orange_box {
            position: absolute;
            width: 70%;
            height: 50%;
            right: -0;
            bottom: -0;
            background: var(--color1);
            z-index: -1;
        }

    .about_head {
        font-size: 64px;
        line-height: 1.2;
        color: var(--color3);
        font-weight: 700;
        text-align: center;
        width: 100%;    
        margin-bottom: -76px;
        z-index: 5;
        position: relative;
    }
    .about_mini_image {
        position: relative;
        max-width: 320px;
        display: inline-block;
        width: 17%;
        top: 130px;
        vertical-align: top;
        /* background: url('../images/univa_about_2.jpg') no-repeat center center;
        background-size: cover;
        background-attachment: fixed; */
    }
        .about_mini_image img:not(.mini-image) {
            /* opacity: 0; */
            box-shadow: 0px 52px 44px 0px rgba(0, 0, 0, 0.19);
        }
        .about_mini_image .mini-image {
            left:-100%;
            z-index: -1;
        }
        .about_mini_image .about_letter {
            color: #f89e4c;
            font-weight: bold;
            font-size: 235px;
            position: absolute;
            bottom: 30px;
            left: -125px;
            text-shadow: 0px 25px 21px  rgba(248, 158, 76, 0.45);
              
        }


.news {
    padding-left: 8vw;
    width: 100%;
    padding-top: 21px;
    min-height: 250px;
    position: relative;
    background: #f4f5f7;
    background: -moz-linear-gradient(180deg, #fff 46%, #f4f5f7 46%);
    background: -webkit-linear-gradient(180deg, #fff 46%, #f4f5f7 46%);
    background: linear-gradient(180deg, #fff 46%, #f4f5f7 46%);
    z-index: 0;
    padding-bottom: 60px;
}
    .news_head {
        margin-bottom: 50px;
        float: left;
        width: 100%;
    }

        .news_head::after {
            content: attr(data-text);
            font-size: 224px;
            line-height: 1;
            font-weight: bold;
            -webkit-text-fill-color: transparent;
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: var(--color1);
            -webkit-text-fill-color: transparent;
            background: -webkit-linear-gradient(transparent, transparent);
            background: -o-linear-gradient(transparent, transparent);
            -webkit-background-clip: text;
            position: absolute;
            left: 52px;
            top: -16px;
            letter-spacing: 66px;
            z-index: -1;
            pointer-events: none;
            white-space: nowrap;
            text-transform: uppercase;
        }
    .news h3 {
        font-size: 44px;
        font-weight: 700;
        color: var(--color1);
        padding-left: 85px;
    }
    .news .univa_btn {
        --btn-color: #180954;
        
    }
    .news_head .univa_btn {
        margin-right: 150px;
    }
    .news_slider  .slick-list {
        width: 115%;    
        padding-left: 30px;
        margin-left: -30px;
    }
    .news_slider .slider_item {
        width: calc(33.33% - 15px);
        margin-right: 30px;
        margin-bottom: 70px;
    }
    .new_item_cover {
        background: #fff;
        padding: 50px 60px 85px 85px;
        box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.15);
        position: relative;
    }
        .new_item_cover .head {
            font-size: 30px;
            color: var(--color3);
            font-weight: bold;
            margin: 50px 0;
        }
        .new_item_cover .date {
            font-weight: 400;
            font-size: 22px;
            color: var(--color3);
            padding-left: 40px;
        }
        .new_item_cover p {
            font-size: 18px;
            line-height: 1.3;
            height: 100px;
            color: var(--color3);
            overflow: hidden;
        }
    .new_item_cover::after {
        content: "";
        height: 120px;
        width: 2px;
        background: var(--color1);
        position: absolute;
        left: 85px;
        top: -48px;
    }
    .news_slider_buttons {
        display: inline-block;
    }
        .news_slider_buttons a {
            max-width: 80px;
            opacity: 0.3;
            display: inline-block;
            width: 80px;
            margin-right: 30px;
            cursor: pointer;
        }
            .news_slider_buttons a:hover {
                opacity: 1;
            }
            .news_slider_buttons a.slick-prev img {
                transform: rotate(180deg);
                -webkit-transform:  rotate(180deg);
                -moz-transform:  rotate(180deg);
            }
    .news-bottom-links {
        display: inline-block;
        margin-right: 100px;
        margin-top: -20px;
        vertical-align: middle;
        float: right;
    }

.promotion {
    min-height: 800px;
    background: url('../images/pro_bg.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    margin-bottom: 250px;
    position: relative;
    padding-top: 120px;
}
    .center_pro_image {
        max-width: 320px;
        z-index: 3;
        box-shadow: 0px 52px 44px 0px rgba(0, 0, 0, 0.19);
    }
    .logo_box {
        width: 100%;
        height: 190px;
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid var(--color1);
        z-index: 1;
        opacity: 0.3;
    }
    .promotion .container {
        max-width: 1440px;
        margin: 0 auto;
    }
        .promotion .column {
            z-index: 3;
        }
        .promotion .col_left {
            width: calc(50% - 160px);
            float: left;
            padding-right: 90px;
            text-align: right;
        }
        .promotion .col_right {
            width: calc(50% - 160px);
            float: right;
            padding-left: 90px;
            text-align: left;
        }
        .promotion p {
            font-size:17px;
            line-height:2.3;
            color:white;
            margin:40px 0 60px;
        }
            .promotion p::before {
                content: "";
                display: block;
                width: 2px;
                height: 100px;
                background: var(--color1);
                margin-bottom: 50px;
                position: relative;
            }
            .promotion .col_left p::before{
                left: calc(100% - 2px);
            }
        .promotion .column .pro_logo {
            margin-top: 76px;
            font-size: 43PX;
            font-weight: 500;
            color: #fff;
        }
            .promotion .pro_logo span {
                color: var(--color1);
                font-weight: bold;
            }


/* MENU */
.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 65%;
    z-index: 999899;
    background: url('../images/menu_map.png') no-repeat center top;
    background-color: var(--color1);
    height: 100%;
    padding-top: 200px;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transition: all cubic-bezier(0.86, 0, 0.07, 1) .3s;
    -webkit-transition:  all cubic-bezier(0.86, 0, 0.07, 1) .3s;
    -moz-transition:  all cubic-bezier(0.86, 0, 0.07, 1) .3s;
    -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
}
    .menu.open {
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    }
    .menu .logo {
        position: absolute;
        right: 182px;
    }
    .navigation {
        margin-left: 15.625vw;
    }
    .navigation .nav-mini {
        margin-top: 90px;
    }
        .navigation .nav-mini a {
            font-size: 37px;
            line-height: 1.1;
            font-weight: 600;
            color: #fff;
            position: relative;
            left: 0;
        }
    .navigation .nav-big {

    }
        .navigation .nav-big a {
            font-size: 80px;
            line-height: 1.28;
            font-weight: bold;
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: #fff;
            -webkit-text-fill-color: rgba(255, 255, 255, 0);
            -webkit-background-clip: text;
            position: relative;
            left: 0;
        }
        .navigation .nav-big a.active {
            -webkit-text-fill-color: #fff;
        }
        .navigation .nav-big a:hover {
            -webkit-text-fill-color: rgba(255, 255, 255, 1);
        }
        .navigation .nav-mini a:hover {
            left: 20px;
        }
    .menu .social_media {
        position: absolute;
        left: 80px;
        bottom: 150px;
        text-align: center;
    }
        .menu .social_media li {
            margin-bottom: 30px;
        }
            .menu .social_media a {
                color: #fff;
                padding: 3px;
            }


/* PROJE SAYFASI */


.fullSection {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

section {
    position: relative;
    max-width: 100%;
}

.projectHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: transparent;
}
    .projectHeader.sticky,.projectHeader.active{
        background: var(--color1);
        box-shadow:0px 1px 10px -1px rgba(0, 0, 0, 0.2);
    }
    .projectHeader .hamburger {
        top: 56px;
    }
    .projectHeader .logo {
        float: left;
        margin-top: 40px;
        padding-left: 205px;
        width: 25%;
    }
        .projectHeader .logo a{
            display: block;
            width: 170px;
        }
            .projectHeader .logo a img {
                width: 100%;
            }
   
    .projectHeader .header_call {
        height: 100%;
        width: 20%;
    }
        .projectHeader .header_call a {
            padding: 0;
            text-align: center;
            line-height: 120px;
        }
        .projectHeader .header_call a img {
            position: initial;
            margin-right: 15px;
        }
    .projectHeader .project_dots {
        height: 100%;
        width: 18%;
        background-color: var(--color2);
        float: right;
    }
        .projectHeader .project_dots li {
           float: left;
            margin: 0 15px;
            line-height: 10px;
            height: 10px;
        }
            .projectHeader .project_dots li.active .dot {
                transform: scale(1.6);
                -webkit-transform:  scale(1.6);
                -moz-transform:  scale(1.6);
            }
            .dot {
                width: 6px;
                height: 6px;
                background: #fff;
                border-radius: 50%;
                cursor: pointer;
            }
    .projectHeader .project_menu {
        height: 100%;
        width: 32%;
        background: #fff;
        float: right;
        position: relative;
        overflow: hidden;
    }
        .project_menu_inner {
            height: 100%;
            width: 100%;
            position: absolute;
            left: 0;
            top: 0;
            padding-left: 55px;
            background: #fff;
            transition:  transform ease-in-out .2s;
            -moz-transition:  transform ease-in-out .2s;
            -webkit-transition: transform ease-in-out .2s;
            -o-transition:  transform ease-in-out .2s;
        }
            .project_menu_inner a {
                height: 120px;
                display: flex; 
                justify-content: flex-start;
                align-items: center;
                flex-wrap: wrap;
                position: relative;
                font-size: 24px;
                font-weight: bold;
                color: var(--color3);
                transition: all cubic-bezier(.6,.18,.85,.94) .3s;
                -moz-transition: all cubic-bezier(.6,.18,.85,.94) .3s;
                -webkit-transition: all cubic-bezier(.6,.18,.85,.94) .3s;
                -o-transition: all cubic-bezier(.6,.18,.85,.94) .3s;
            }
                .project_menu.open .project_menu_inner a {
                    cursor: pointer;
                }
                .project_menu.open .project_menu_inner a:hover {
                    color: var(--color1);
                }
            
            .project_menu_inner a span {
                color: var(--color1);
            }


        .project_menu.open {
            transition: height ease-in-out .3s, transform ease-in-out .2s;
            -moz-transition: height ease-in-out .3s, transform ease-in-out .2s;
            -webkit-transition:height ease-in-out .3s, transform ease-in-out .2s;
            -o-transition: height ease-in-out .3s, transform ease-in-out .2s;
            box-shadow: 0px 52px 44px 0px rgba(0, 0, 0, 0.19);
        }
        .project_menu.open .project_menu_inner {
            transform: translateY(0px) !important;
            -webkit-transform:  translateY(0px) !important;
            -moz-transform:   translateY(0px) !important;
        }
        .project_menu.open .project_menu_dropdown {
            transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
        }



    .project_menu_dropdown {
        width: 50px;
        height: 50px;
        line-height: 51px;
        background: #fff;
        border: 1px solid var(--color1);
        border-radius: 50%;
        position: absolute;
        top: 36px;
        right: 50px;
        text-align: center;
        color: var(--color1);
        cursor: pointer;
    }


#projectPage .headerSection {
    margin-bottom: 110px;
}

#projectPage .about {
    padding-left: 80px;
}
     #projectPage .projectSection {
        margin-bottom: 120px;
        padding-top: 120px;
     }
    #projectPage .projectSection .section-waterText {
        font-size: 215PX;
        letter-spacing: 66px;
        line-height: 1.2;
        top: 20px;
        padding-left: 0;
    }
    .project_title {
        font-size: 44px;
        font-weight: 700;
        color: var(--color1);
        position: absolute;
        top: -0;
        left: 200px;
    }
        .project_title span {
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: var(--color1);
            -webkit-text-fill-color: transparent;
            background: -webkit-linear-gradient(transparent, transparent);
            background: -o-linear-gradient(transparent, transparent);
            -webkit-background-clip: text;
        }

    .featuresSection {
        padding-left: 80px;
        padding-right: 80px;
    }

    #projectPage .slider_content h3 {
        color: white;
    }
    .projectSection .map_col1 {position: relative;height: 100%;width:calc(100% - 35%);float:left; }
    .projectSection .map_col2 {position: relative;height: 100%;width:calc(100% - 65%);float:left;}
    .projectSection .map_col2 .map_desc {background: var(--color1);color: #fff;border: 1px solid #fff;text-align: center;font-size: 22px;line-height: 1.2;font-weight: 500;width: 300px;height: 300px;float: left;position:relative;}
    .projectSection .map_col2 .map_desc.desc1 ,.projectSection .map_col2 .map_desc.desc4 {background: var(--color3);} 
        .projectSection .map_col2 .map_desc.desc1 {
            margin-top: -10%;
            margin-left: -20%;
        }
            .projectSection .map_col2 .map_desc.desc2 {
            margin-left: 15%;
        }
            .projectSection .map_col2 .map_desc.desc3 {
            margin-left: -20%;
            margin-top: 0%;
        } 
            .projectSection .map_col2 .map_desc.desc4 {
            margin-left: 15%;
            margin-top: 10%;
        }
        .projectSection .map_col3 {
            position: relative;
            width:calc(100% - 70%);
            float:left;
            margin-top: -180px;
            margin-left: 40px;
        }
            .projectSection .map_col3 img {
                border: 20px solid #fff;
                width: 100%;
            }
        .projectSection .map_col4 {
            position: relative;
            height: 100%;
            width:calc(100% - 30% - 40px);
            float:left;
            padding-left: 120px;
            margin-top: 55px;
            }
        .projectSection .map_col4 ul {
    position: relative;
    width: 100%;
    height: 100%;
}
        .projectSection .map_col4 ul li {
    color: var(--color3);
    line-height: 1.3;
    width: 45%;
    float: left;
    padding-right: 5%;
    margin-bottom: 25px;
}
 .projectSection .map_col4 ul li &gt; i{color: var(--color1);position: absolute;margin-left: -20px;font-weight: bold;}
    .projectSection .map_col2 .map_desc p {position: absolute;left:50%;top:50%;transform: translate(-50% , -50%);width:80%;line-height: 1.3;}
    .ulasim_map {
        height: 650px;
        width: 100%;
        background: #f1f1f1;
        position: relative;
    }
        #map {
            height: 100%;
            width: 100%;
        }
        .ulasim_menu {
            position: absolute;
            left: 100px;
            top: 70px;
            bottom: 70px;
            background: #fff;
            box-shadow: 0px 23px 15px 0px rgba(0, 0, 0, 0.09);
            padding: 50px 0;
            overflow-y: auto;
        }
            .ulasim_menu a {
                font-size: 20px;
                font-weight: 400;
                display: block;
                margin-bottom: 30px;
                padding: 0 65px 0 50px;
                position: relative;
                cursor: pointer;
            }
                .ulasim_menu a span {
                   font-weight: 600;
                   width: 70px;
                   margin-right: 20px;
                   display: inline-block;
                }
                .ulasim_menu a.active {
                    color: var(--color1);
                }
                .ulasim_menu a:hover {
                    color: var(--color1);
                }
                    .ulasim_menu a.active::after {
                        content: "";
                        height: 100%;
                        width: 3px;
                        background-color: var(--color1);
                        position: absolute;
                        left: 0;
                        top: 0;
                    }
    .gm-style .gm-style-iw-c {
        padding: 11px 10px 0 !important;
        border-radius: 0;
        text-align: center !important;
        margin-top: -10px;
        box-shadow: 0 2px 3px 0px rgba(0,0,0,0.3);
        width: 200px;
        font-size: 14px;
        color: var(--color3);
        font-weight: 500;
    }
    .gm-style .gm-style-iw-t::after {
        margin-top: -10px;
    }
    .gallery {
        padding: 0 150px;
    }
        .gallery_thumb {
            width: 80%;
            float: right;
            margin-top: -100px;
            padding: 20px;
            background: #fff;
            margin-right: -33px;
        }
        .gallery_thumb .gallery_item {
            margin-right: 15px;
            cursor: pointer;
        }
    /* .project_gallery .gallery_item {
        margin-right: 15px;
    }
    .project_gallery .gallery_item.slick-active {
        padding-left: 140px;
    }
    .project_gallery .slick-track {
        left: -140px;
    } */
    .gallery_arrows {
        max-width: 190px;
        margin-top: 30px;
    }
        .gallery_arrows a {
            width: 45%;
            float:left;
            cursor: pointer;
            opacity: 0.3;
        }
        .gallery_arrows a:hover {
            opacity: 1;
        }
        .gallery_arrows a.slick-prev img {
            transform: rotate(180deg);
            -webkit-transform:  rotate(180deg);
            -moz-transform:   rotate(180deg);
        }
    .gallery_counter {
        display: inline-block;
        margin-left: 50px;
        font-size: 24px;
        color: var(--color3);
        margin-top: -5px;
    }


.whyThisCity .city-image-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 42%;
    position: relative;
    padding-bottom: 30px;
    float: right;
}

    .whyThisCity .city-image-wrapper::after {
        content: "";
        width: 250px;
        position: absolute;
        right: 0;
        bottom: 0;
        height: 50%;
        background-color: var(--color1);
        z-index: -1;
    }
.whyThisCity .city-info-wrapper {
    width: 58%;
    display: inline-block;
    margin-top: 50px;
    position: relative;
    float: left;
}

    .city-info-top {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        margin: 85px 0 35px;
    }
        .information-box {
            text-align: center;
            font-size: 20px;
            color: var(--color3);
            line-height: 1.1;
            padding: 40px;
            border-right: 1px solid var(--color3);
        }
            .information-box:last-child {
                border: none;
            }
            .information-box span {
                font-size: 32px;
                font-weight: bold;
                color: var(--color1);
                display: block;
                margin-bottom: 35px;
            }
    .city-info-text {
        font-size: 18px;
        line-height: 1.55;
        color: var(--color3);
        padding: 0 40px;
    }
        .city-info-text p {
            margin-bottom: 30px;
        }
        .city-info-text ul {
            display: inline-block;
            width: 49%;
        }
            .city-info-text ul li {
                margin-bottom: 20px;
            }
                .city-info-text ul li i {
                    color: var(--color1);
                    margin-right: 15px;
                }

#projectPage .saleOffices {
    padding: 120px 14.32vw;
    background: url(../images/offices_bg.jfif) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    margin-bottom: 0;
    text-align: center;
}    
    #projectPage .saleOffices .sale_office {
        width: 49%;
        display: inline-block;
    }
            .sale_office .head {
               font-size: 34px;
               font-weight: bold;
               color: var(--color1);
               margin-bottom: 30px;
            }
           
            .sale_office p {
                font-size: 24px;
                line-height: 1.6;
                font-weight: 500;
                color: var(--color3);
                margin-bottom:30px;
            }
            .sale_office a {
                --btn-color: #180954;
            }
    #projectPage .saleOffices .divider {
        display: block;
        width: 2px;
        height: 100px;
        background: var(--color1);
    }
 


.contentPage header:not(.projectHeader) .logo {
    top: 35px;
    display: inline-block;
    position: absolute;
    left: 190px;
}

.contentPage header:not(.projectHeader) .hamburger {
    top: 55px;
}

.contentPage header:not(.projectHeader) .header_call , .stikyHeader header:not(.projectHeader) .header_call {
    width: 20%;
    height: 120px;
    line-height: 120px;
    text-align: center;
    position: fixed;
    top: 0;
    right: 0;
}
    .contentPage .header_call img {
        position: inherit;
        margin-right: 10px;
    }
    .contentPage .header_call a , .stikyHeader .header_call a {
        padding: 0;
        text-align: center;
    }


.projectsSection {
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-flow: row;
    padding: 50px 30px 300px;
    background: url(../images/map_bg.png) no-repeat center right;
}
.projectsSection.thanksSection {
    padding: 100px 15%;
}
.projectsSection.thanksSection .thanks_desc { text-align: center; line-height: 1.3; display: block; width: 100%;font-size:18px;}
.project-item {
    padding: 40px 15px 0 50px;
    width: 30%;
    position: relative;
    transform: translateY(80px);
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    transition: all .3s cubic-bezier(1, 0.18, 0.4, 0.94);
    -webkit-transition: all .3s cubic-bezier(1, 0.18, 0.4, 0.94);
}
    
    .project-item:hover {
        transform: translateY(-0);
        -webkit-transform: translateY(-0);
        -moz-transform: translateY(-0);
        

    }
    .project-item  a &gt; img {
        width: 100%;
    }
        .project-item:hover  a &gt; img {
            box-shadow: 0px 52px 44px 0px rgba(0, 0, 0, 0.19);
        }
    .project-item::after {
        content: "";
        position: absolute;
        right: 0;
        top: 15px;
        width: 50%;
        height: 30%;
        background: var(--color1);
        z-index: -1;
        opacity: 0;
    }
        .project-item:hover::after {
            opacity: 1;
            transition: all .2s cubic-bezier(1, 0.18, 0.4, 0.94);
            -webkit-transition: all .2s cubic-bezier(1, 0.18, 0.4, 0.94);
        }
    .project-item_name {
        position: absolute;
        left: 0;
        bottom: 70px;
        font-size: 70px;
        color: var(--color1);
        font-weight: bold;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: var(--color1);
        -webkit-text-fill-color: transparent;
        background: -webkit-linear-gradient(transparent, transparent);
        background: -o-linear-gradient(transparent, transparent);
        -webkit-background-clip: text;
        letter-spacing: 9px;
    }
        .project-item:hover .project-item_name {
            -webkit-text-fill-color: var(--color1);
            transform: translateY(-240px);
            -webkit-transform: translateY(-240px);
            -moz-transform: translateY(-240px);
        }
    .project-item_no {
        position: absolute;
        left: 20px;
        top: 00px;
        font-size: 20px;
        color: var(--color1);
        font-weight: bold;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: var(--color1);
        -webkit-text-fill-color: transparent;
        background: -webkit-linear-gradient(transparent, transparent);
        background: -o-linear-gradient(transparent, transparent);
        -webkit-background-clip: text;
    }
        .project-item:hover .project-item_no {
            -webkit-text-fill-color: var(--color1);
        }
    .project-item_status {
        font-size: 13px;
        color: #fff;
        font-weight: 700;
        padding-bottom: 30px;
        padding-right: 100px;
        border-bottom: 1px solid var(--color1);
        position: absolute;
        right: 15px;
        top: 100px;
        letter-spacing: 2px;
        transform: translateY(15px);
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        opacity: 0;
    }
        .project-item:hover .project-item_status {
            opacity: 1;
            transform: translateY(0);
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
        }
    .project-item_inner {
        color: #fff;
        bottom: 90px;
        left: 130px;
        position: absolute;
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        opacity: 0;
    }
        .project-item_inner p {
            margin-bottom: 50px;
            font-size: 19px;
            line-height: 1.4;
            font-weight: 600;
        }
        .project-item:hover .project-item_inner {
            transform: translateY(0);
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            opacity: 1;
        }


.investment-block {
    width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-areas: ". . . ." "imageHover imageHover . ." ". . . .";
    position: relative;
}
    .investment-block_box {
        background: var(--color1);
        color: #fff;
        border: 1px solid #fff;
        text-align: center;
        padding: 100px 60px;
        font-size: 22px;
        line-height: 1.2;
        font-weight: 500;
        flex-flow: column;
    }   
        .investment-block_box &gt; svg {
            width: 70px;
        }
            .investment-block_box &gt; svg .st0 {
                fill:#fff;
            }
            .investment-block_box:hover &gt; svg .st0 {
                fill:#E9862C;
            }
        .investment-block_box &gt; img:nth-child(1) {
            display: block;
        }
        .investment-block_box &gt; img:nth-child(2) {
            display: none;
        }
            .investment-block_box:hover &gt; img:nth-child(2) {
                display: block;
            }
            .investment-block_box:hover &gt; img:nth-child(1) {
                display: none;
            }
        .investment-block_box &gt; p {
            margin-top: 30px;
        }
    .investment-block_box:hover {
        background: #fff;
        color: var(--color1);
    }
    .investment-block_box.hoverImageBox {
        background: #fff;
        color: var(--color3);
        text-align: left;
        font-weight: 700;
        font-size: 54px;
        grid-area: imageHover;
        padding: 0;
    }
        .investment-block_box.hoverImageBox span {
            font-size: 74px;
        }
       
        .investment-block_box.hoverImageBox .imageDiv {
            position: absolute;
            left: 1px;
            top: 0;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            opacity: 0;
            visibility: hidden;
            z-index: 4;
        }
        .hoverImageBox_inner {
            background: #fff;
            padding: 100px 60px;
            position: relative;
            z-index: 5;
            width: 100%;
            height: 100%;
        }
        .hoverImageBox_inner:hover + .imageDiv  {
            opacity: 1;
            visibility: visible;
        }


.ayricaliklar-right-block {
    display: inline-block;
    width: 60%;
    left: 5%;
    position: relative;
}

    .ayricaliklar-right-block &gt; p {
        font-size: 21px;
        line-height: 1.8;
        color: var(--color3);
        position: relative;
        margin-bottom: 100px;
    }

#projectPage .campus-features {
    width: 60%;
    left: 5%;
    position: relative;
    margin-top: 150px;
}

.campus-features {
    display: inline-grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 50px 25px;
    width: 100%;
}
    .campus-features_item {
        text-align: center;
        font-size: 17px;
        line-height: 1.3;
        font-weight: 500;
        color: var(--color1);
    }
        .campus-features_item img {
            display: block;
            margin: 0 auto 20px;
            max-height: 61px;
        }

.bottom_links a {
    width: 50%;
    line-height: 240px;
    float: left;
    display: block;
    background: #fff;
    font-size: 34px;
    font-weight: bold;
    color: var(--color3);
}       
    .bottom_links a:hover {
        /* color: var(--color1); */
    }
        .bottom_links a:hover img {
            opacity: 1;
        }
        .bottom_links a.prev-btn:hover img {
            left: -10px;
        }
        .bottom_links a.next-btn:hover img {
            right: -10px;
        }
    .bottom_links a img {
        max-width: 80px;
        opacity: 0.4;
        position: relative;
    }
.bottom_links a.prev-btn {
    padding-left: 90px;
}
    .bottom_links a.prev-btn img {
        margin-right: 70px;
        transform: rotate(180deg);
        -webkit-transform:  rotate(180deg);
        -moz-transform:   rotate(180deg);
        left: 0;
    }
 .bottom_links a.next-btn {
     text-align: right;
     padding-right: 90px;
 }
    .bottom_links a.next-btn img {
        margin-left: 70px;
        right: 0;
    }


.slider_item &gt; .mobileShow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.video-btn {
    position: absolute;
    left: 0;
    bottom: 25px;
    z-index: 54;
}
    

    .mouse-wrap{
        display:inline-block;
       bottom: 100px;
       z-index: 555;
      }
      
      .mouse-wrap p {
        font-size:14px;
        color: #ffffff;
        animation:nudgeText 5.5s ease-out infinite;
        position:absolute;
        left:50%;
        top:70px;
        transform:translateX(-50%) translateY(0);
        margin-left:0px;
        min-width: 70px;
        text-align: center;
      }
      
      .mouse {
        top:0;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 35px;
        animation: nudgeMouse 5.5s ease-out infinite;
      }
      
      .mouse:after {
        content: '';
        background-color: #ffffff;
        width: 7px;
        height: 7px;
        border-radius: 100%;
        animation: trackBallSlide 5.5s linear infinite;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        transform:translateY(20px);
      }
      
      .mouse .frame {
        width: 100%;
        position: absolute;
        z-index: 1;
      }
      
      .mouse .frame path {
        fill: none;
        stroke: #ffffff;
        stroke-width: 3;
        opacity:0.5;
      }
      
      .mouse .mouse-left,
      .mouse .mouse-right {
        width: 50%;
        position: absolute;
        z-index: 2;
      }
      
      .mouse .mouse-right {
        right: 0;
      }
      
      .mouse .Animate-Draw {
        fill: none;
        stroke: #FFFFFF;
        stroke-width: 3;
        fill-opacity: 1;
      }
      
      .mouse .mouse-left .Animate-Draw {
        animation: DrawLine 5.5s ease-out infinite;
      }
      
      .mouse .mouse-right .Animate-Draw {
        animation: DrawLineBack 5.5s ease-out infinite;
      }
      
      
      /*Keyframes*/
      
      @keyframes DrawLine {
        0% {
          stroke-dashOffset: 0;
          stroke-dasharray: 120;
          stroke-opacity:1;
        }
        22% {
          stroke-dashOffset: 0;
          stroke-dasharray: 120;
          stroke-opacity:1;
        }
        38%{
          stroke-dashOffset: 125;
          stroke-dasharray: 120;
          stroke-opacity:1;
        }
        38.1%{
          stroke-dashOffset: 0;
          stroke-dasharray: 120;
          stroke-opacity:0;
        }
        48%{
          stroke-dashOffset: 0;
          stroke-dasharray: 120;
          stroke-opacity:1;
        }
        64%{
          stroke-dashOffset: 125;
          stroke-dasharray: 120;
          stroke-opacity:1;
        }
        64.1%{
          stroke-dashOffset: 0;
          stroke-dasharray: 120;
          stroke-opacity:0;
        }
        74%{
          stroke-dashOffset: 0;
          stroke-dasharray: 120;
          stroke-opacity:1;
        }
        90%{
          stroke-opacity:1;
          stroke-dashOffset: 125;
          stroke-dasharray: 120;
        }
        90.1%{
          stroke-dashOffset: 0;
          stroke-dasharray: 120;
          stroke-opacity:0;
        }
      }
      
      @keyframes DrawLineBack {
        0% {
          stroke-dashOffset: 0;
          stroke-dasharray: 120;
          stroke-opacity:1;
        }
        22% {
          stroke-dashOffset: 0;
          stroke-dasharray: 120;
          stroke-opacity:1;
        }
        38%{
          stroke-dashOffset: -114;
          stroke-dasharray: 120;
          stroke-opacity:1;
        }
        38.1%{
          stroke-dashOffset: 0;
          stroke-dasharray: 120;
          stroke-opacity:0;
        }
        48%{
          stroke-dashOffset: 0;
          stroke-dasharray: 120;
          stroke-opacity:1;
        }
        64%{
          stroke-dashOffset: -114;
          stroke-dasharray: 120;
          stroke-opacity:1;
        }
        64.1%{
          stroke-dashOffset: 0;
          stroke-dasharray: 120;
          stroke-opacity:0;
        }
        74%{
          stroke-dashOffset: 0;
          stroke-dasharray: 120;
          stroke-opacity:1;
        }
        90%{
          stroke-opacity:1;
          stroke-dashOffset: -114;
          stroke-dasharray: 120;
        }
        90.1%{
          stroke-dashOffset: 0;
          stroke-dasharray: 120;
          stroke-opacity:0;
        }
      }
      
      @keyframes nudgeMouse {
        0% {
          transform: translateY(0) translateX(-50%);
        }
        22% {
          transform: translateY(0px) translateX(-50%);
        }
        38%{
          transform: translateY(9px) translateX(-50%);
        }
        48%{
          transform: translateY(0px) translateX(-50%);
        }
        64%{
          transform: translateY(9px) translateX(-50%);
        }
        74%{
          transform: translateY(0px) translateX(-50%);
        }
        90%{
          transform: translateY(9px) translateX(-50%);
        }
      }
      
      
      /*Text*/
      
      @keyframes nudgeText {
        0% {
          transform: translateY(0) translateX(-50%) scaleY(1);
          opacity:1;
        }
        22% {
          transform: translateY(0px) translateX(-50%)  scaleY(1);
          opacity:1;
        }
        38%{
          transform: translateY(5px) translateX(-50%) scaleY(0.9);
          opacity:0.5;
        }
        48%{
          transform: translateY(0px) translateX(-50%) scaleY(1);
          opacity:1;
        }
        64%{
          transform: translateY(5px) translateX(-50%) scaleY(0.9);
          opacity:0.5;
        }
        74%{
          transform: translateY(0px) translateX(-50%) scaleY(1);
          opacity:1;
        }
        90%{
          transform: translateY(5px) translateX(-50%) scaleY(0.9);
          opacity:0.5;
        }
      }
      
      
      
      
      /*Mouse wheel*/
      @keyframes trackBallSlide {
        0% {
          transform:translateY(20px)
            scale(1);
          opacity:1;
        }
        22% {
          transform:translateY(20px)
            scale(1);
          opacity:1;
        }
        26%{
          transform:translateY(30px)
            scale(0.9);
          opacity:1;
        }
        34%{
          transform:translateY(55px)
            scale(0.1);
          opacity:0;
        }
        41%{
          transform:translateY(30px)
            scale(0);
          opacity:0.3;
        }
        48%{
          transform:translateY(20px)
            scale(1);
          opacity:1;
        }
        52%{
          transform:translateY(30px)
            scale(0.9);
          opacity:1;
        }
        60%{
          transform:translateY(55px)
            scale(0.1);
          opacity:0;
        }
        67%{
          transform:translateY(30px)
            scale(0);
          opacity:0.3;
        }
        74%{
          transform:translateY(20px)
            scale(1);
          opacity:1;
        }
        78%{
          transform:translateY(30px)
            scale(0.9);
          opacity:1;
        }
        86%{
          transform:translateY(55px)
            scale(0.1);
          opacity:0;
        }
        93%{
          transform:translateY(30px)
            scale(0);
          opacity:0.3;
        }
        100%{
          transform:translateY(20px)
            scale(1);
          opacity:1;
        }
      }
      



/* Ä°LETÄ°ÅÄ°M */

.contentPage .headerSection h1 {
    font-size: 84px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 8px;
    white-space: nowrap;
}

.all-address {
    padding: 120px 0;
    background: url('../images/adres_bg.jpg') no-repeat center center;
    background-size: cover;
    
}
    .all-address .sale_office {
        text-align: center;
        display: inline-block;
        width: 33%;
        min-height: 1px;
        margin-bottom: 60px;
    }


.contentPage .projectSection {
    margin-bottom: 120px;
    padding-top: 120px;
    padding-left: 80px;
    margin-top: 100px;
}

.contentPage .newSection {
    margin-bottom: 120px;
    padding: 120px 80px 60px;
    margin-top: 100px;
}

.project_gallery {
    width: 100%;
}
    .gallery  .gallery_arrows {
        margin: 0;
        z-index: 568;
        position: relative;
        top: -80px;
        left: 10px;
    }   
        .gallery  .gallery_arrows a {
            background: #fff;
            opacity: 1;
            padding: 25px 10px;
        }
    .gallery .gallery_counter {
        height: 66px;
        line-height: 66px;
        position: relative;
        top: -80px;
        background: #fff;
        margin: 0;
        padding: 0 10px;
        margin-left: 30px;
    }


.ogrenciSection30 .about_inner, #kurumsal2.about .about_inner {
    width: 37%;
    max-width: none;
}
.ogrenciSection30 .about_mini_image {
    vertical-align: bottom;
    top: 50px;
}
    .ogrenciSection30 .about_mini_image .about_letter {
        left: auto;
        right: -120px;
    }


section.map-form {
    background: url('../images/map_bg.png') no-repeat center right;
    padding-bottom: 130px;
}

    .contact-map {
        margin: -40px 0 130px;
        padding: 0 100px;
    }
        .contact-map #map {
            height: 512px;
            background: gray;
            box-shadow: 0px 52px 44px 0px rgba(0, 0, 0, 0.15);
        }

    .contact-page-form {
        max-width: 1250px;
        margin: 0 auto;
    }
        .contact-page-form h3 {
            font-size: 64px;
            color: var(--color3);
            font-weight: bold;
            text-align: center;
            margin-bottom: 30px;
        }
        .contact-page-form .input_column {
            float: left;
            padding: 25px;
        }
            .contact-page-form .input_column input {
                width: 100%;
                line-height: 70px;
                border: 2px solid var(--color1);
                font-size: 22px;
                color: var(--color3);
                padding:0 30px;
                background: #fff;
                font-weight: 400;
                font-family: var(--font1);
            }
            .contact-page-form .input_column.errorCol input{
                border-color: #F00;
            }
                .contact-page-form .input_column input::placeholder {
                    color: var(--color3);
                }
            .contact-page-form .input_column select {
                width: 100%;
                height: 70px;
                border: 2px solid var(--color1);
                font-size: 22px;
                color: var(--color3);
                padding:0 30px;
                background: #fff;
                font-weight: 400;
                font-family: var(--font1);
            }

#duyurular .univa_btn {
    --btn-color:#180954;
}

.duyuru_section {height: auto; width: 100%; position: relative; padding:150px 0 50px;}
.duyuru_container {
    display: grid;
    max-width:80%;
    margin:0 auto;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}
.duyuru_bottom {height: 380px;width:100%;position: relative;}
.duyuru_bottom:after {content: "";height: 100px;width: 2px;background: var(--color1);position: absolute;left: 50%;top: 35%;transform: translate(-50% , -50%);}
.duyuru_bottom .duyuru_btn {text-align: center;display: block;padding-top: 220px;font-weight: bold;letter-spacing: 1px;text-decoration: underline!important; color: var(--color3);}

.duyuru-box {
    height: 100%;
    background: #fff;
}
    .duyuru-box &gt; img {
        width: 100%;
    }

#basin .duyuru_section {
    background: #f4f5f7;
    background: -moz-linear-gradient(180deg, #fff 260px, #f4f5f7 260px);
    background: -webkit-linear-gradient(180deg, #fff 260px, #f4f5f7 260px);
    background: linear-gradient(180deg, #fff 260px, #f4f5f7 260px);
    padding-top: 50px;
}
#basin .univa_btn {
    --btn-color:#180954;
}
#basin .duyuru-box:hover {
    box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.15);
}
.basin-header-menu {
    text-align: center;    
    margin-top: -56px;
    position: relative;
    overflow: visible;
    padding-bottom: 50px;
}
    .basin-header-menu a {
        display: inline-block;
        width: 30%;
        text-align: left;
        background: #fff;
        line-height: 100px;
        color: var(--color3);
        font-size: 28px;
        font-weight: 600;
        padding-left: 50px;
        box-shadow: 0px 24px 24px 0px rgba(24, 9, 84, 0.05);
        margin: 0 15px;
    }
    .basin-header-menu a.active {
        background: var(--color1);
        color: #fff;
        box-shadow: none;
    }
        .basin-header-menu a:hover {
            background: var(--color1);
            color: #fff;
        }


.basin_container {
    display: grid;
    width:80%;
    margin:0 auto;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    grid-auto-rows: 1fr;
}
    .basin_container .new_item_cover {
        padding: 20px 20px 30px;
        box-shadow: none;
    }
    .basin_container .new_item_cover::after {
        left: 20px;
    }
    .basin_container .new_item_cover .head {
        font-size: 19px;
        margin-bottom: 20px;
    }
        .duyuru-box_image {
            max-height:210px;
            overflow:hidden;
        }
        .duyuru-box_image  img{
            width: 100%;
        }
    .basin_container .new_item_cover p {
        font-size: 15px;
        color: var(--color3);
        margin-bottom: 20px;
        line-height: 1.2;
        height: 40px;
        overflow: hidden;
    }
    .basin-popup-btn {
        position: absolute;
        right: 35px;
        bottom: 32px;
        font-size: 30px;
        color: var(--color1);
    }







/* FOOTER */
footer .container {
    max-width: 1440px;
    margin: 0 auto;
}

.footer_top {
    padding: 80px 0;
    background: url('../images/footer-map.png') no-repeat center -465px;
    background-color: var(--color1);
}

    .footer_menu {
        width: 32%;
    }
        .footer_menu ul {
            display: flex;
            justify-content: space-between;
        }
            .footer_menu ul li {
                display: inline-block;
            }
                .footer_menu ul li a {
                    font-size: 18px;
                    color: #fff;
                    font-weight: 700;
                    position: relative;
                }
                .footer_menu ul li a::before {
                    content: "";
                    width: 0%;
                    height: 1px;
                    background: #fff;
                    position: absolute;
                    bottom: -2px;
                    left: 0;
                    display: inline;
                    transition: all .3s cubic-bezier(1, 0.18, 0.4, 0.94);
                    -webkit-transition: all .3s cubic-bezier(1, 0.18, 0.4, 0.94);
                }
                    .footer_menu ul li a:hover::before {
                        width: 100%;
                    }

.footer_bottom {
    background: var(--color2);
    padding: 50px 0;
}
    
    .footer_bottom .copyright {
        font-size: 16px;
        line-height: 2.1;
        color: #fff;
        display: inline-block;
    }
    .footer_bottom .footer_call {
        font-size: 34px;
        font-weight: 700;
        color: #fff;
        display: inline-block;
        position: relative;
        z-index: 0;
        letter-spacing: 1px;
    }
        .footer_bottom .footer_call::before {
            content: "";
            position: absolute;
            left: -8px;
            top: 10px;
            bottom: 0;
            width: 0;
            background: var(--color3);
            display: block;
            z-index: -1;
            transition: all .3s cubic-bezier(1, 0.18, 0.4, 0.94);
            -webkit-transition: all .3s cubic-bezier(1, 0.18, 0.4, 0.94);
        }
        .footer_bottom .footer_call:hover::before {
            width: 65%;
        }
    .footer_bottom .social_media {
        display: inline-block;
    }
        .footer_bottom .social_media li {
            display: inline-block;   
            margin: 0 30px;
        }
            .footer_bottom .social_media li a {
                color: #fff;
                font-size: 20px;
            }

.footer_logo {
    max-width: 210px;
}



/* Ä°SMET */
#projectPage .kurumsal_content {margin-top:20px;}
#projectPage .kurumsal_content h3 {letter-spacing: 15px;font-size:95px;}
#section10.kurumsalSection .about_inner {max-width: 1015px;width: 54%;margin-top: -120px;font-size:24px;padding-left: 4%;padding-right: 5%;}
#section10.kurumsalSection .about_img_wrapper {width: 35%;margin-top: -350px;}
#section10.kurumsalSection .kurumsal_title {font-size:54px;font-weight: bold;line-height: 80px;margin-bottom: 50px;}
#section10.kurumsalSection .kurumsal_title span {color:var(--color1);}
#kurumsal2 .about_mini_image .about_letter {left:-77px;}
.kurumsalSection.about .about_inner p {font-size:24px;}

#hakkimizda_absolute {position:fixed;width: 100%;height:100%;top:0;left:0;z-index:9999999;background: #fff;padding-top: 100px;transform: translateX(100%);}
#erkanli_absolute {position:fixed;width: 100%;height:100%;top:0;left:0;z-index:9999999;background: #fff;padding-top: 100px;transform: translateX(100%);}
#hakkimizda_absolute.open, #erkanli_absolute.open {transform: translateX(0%);}
#hakkimizda_2.kurumsalSection .kurumsal_title {font-size:35px;font-weight: bold;line-height: 1.8;margin-bottom: 30px;}
#hakkimizda_2.kurumsalSection.about .about_inner p.kurumsal_title {font-size:45px;line-height: 1.3;}
#hakkimizda_2.kurumsalSection.about .about_inner p {font-size:18px;line-height: 1.5;}
#hakkimizda_2.kurumsalSection .about_img_wrapper {width:28%;margin-top:-150px;}
#hakkimizda_2.kurumsalSection .about_inner {max-width: 1015px;width: 54%;margin-top: -120px;font-size:24px;padding-left: 4%;padding-right: 5%;}
#hakkimizda_2.kurumsalSection .about_img_wrapper {width: 23%;margin-top: -55px;}
#hakkimizda_2.kurumsalSection .kurumsal_title span {color:var(--color1);}


#kurumsal2.about .about_inner p {font-size:18px;line-height: 27px;}
#kurumsal2 .kurumsal_logo {max-width: 175px; width: 100%; margin-bottom: 50px;}
#kurumsal2 .kurumsal_reference {max-width: 100%; margin-top: 50px;}
.close_absolute {position: absolute; top: 0; padding: 10px 15px; font-size: 25px;background:var(--color1);color:#fff;cursor:pointer;}

#erkanli_absolute section, #hakkimizda_absolute section {
    margin-top: 0;
}
#erkanli_absolute .about_inner {
    margin-top: -100px;
}
.popUpDiv {
    overflow-y: auto;
}
.popUpDiv section {
    width: 80%;
    margin: 0 auto;
}
.popUpDiv .about_img_wrapper {
    width: 32%;
}
#kurumsal2.about .about_inner {
    top: 250px;
}
.popUpDiv #kurumsal2.about .about_inner {
    top: 121px;
}

.rapor-header {
    padding: 45px 15px 45px 120px;
    background: var(--color1);
    color: #fff;
    font-size: 22px;
}

    .rapor-slider .new_item_cover::after {
        height: 70px;
        top: -112px;
        background: #fff;
    }
    .rapor-slider .new_item_cover {
        padding: 40px 60px;
    }
        .rapor-slider .new_item_cover .head {
            margin-top: 0;
        }

.lastSlider {
    padding-top: 120px;
}

#yatirimciPage .projectsSection {
    background: none;
}

.yatirimci-projeler {
    margin-top: 150PX;
    padding-top: 110px;
    padding-bottom: 100px;
}

.yatirimci-projeler .project-item {
    padding: 0;
}
    .yatirimci-projeler .project-item::after {
        display: none;
    }

    .yatirimci-projeler .proje-list {
        left: 8vw;
        width: 89vw;
        padding-right: 2vw;
        position: relative;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
         .yatirimci-projeler .proje-list .project-item {
            width: auto;
            transform: translateY(0);
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
         }
         .yatirimci-projeler .project-item_name {
             left: 30px;
         }
         .yatirimci-projeler .project-item_inner {
             left: 30px;
         }



@media (min-width: 1025px) {
 .mobileShow {
        display: none !important;
    }
    
/*
#homePage .contact_form {
    padding-top: 30px;
    top: 0;
    height: 306px;
    overflow: hidden;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -webkit-clip-path: none;
    clip-path: none;
    position: fixed;
}

#homePage .contact_form.getForm {
    height: 100vh;
}

    #homePage .contact_form.getForm  .close_form{
        display: block;
    }
    .homeHeader .header_call {
        display: none;
    }
  */
}
@media (min-width: 1691px) {
    .whyThisCity {
        padding-bottom: 55px;
    }
}
@media (max-width: 1690px) {
    footer .container {
        max-width: 1240px;
    }
    .investor {
        /* padding-bottom: 100px; */
    }
    .promotion .container {
        max-width: 1240px;
    }
    .projectHeader .logo {
        padding-left: 100px;
    }
    .projectHeader .hamburger {
        left: 35px;
    }
    .info_box {
        --box-width: 210px;
    }
    .contact_form {
        
    }
        .contact_form .head {
            margin-bottom: 15px;
        }
        .contact_form p {
            margin-bottom: 15px;
            font-size: 18px;
        }
        .contact_form .input_column input {
            line-height: 45px;
        }
        .countryData{ line-height: 45px !important; }
    .navigation {
        margin-left: 170px;
    }
    .menu {
        padding-top: 170px;
    }
    .navigation .nav-big a {
        font-size: 58px;
    }  
    .navigation .nav-mini {
        margin-bottom: 40px;
    }
    .navigation .nav-mini a {
        font-size: 26px;
    }
    .investor_widget {
        top: 7vw;
    }
}

@media (max-width: 1441px) {
    .projectIconData .projectDataIcon img{ max-width: 50px; }
    .projectIconData .projectDataIcon{ width: 100px; top: -50px; height: 100px;}
    .projectIconContent p{font-size: 15px; line-height: 18px; }
    .projectIconContent p span{ font-size: 20px; margin: 0px; }
    .projectIconCol{ padding-left: 20px; padding-right: 20px; }
    
    #section10.kurumsalSection .about_inner {margin-top:-200px;}
    .kurumsalSection.about .about_inner p {font-size:18px;}
    #section10.kurumsalSection .kurumsal_title {font-size:36px;line-height:50px;margin-bottom: 25px;}
    #kurumsal2.about .about_inner p {font-size:18px;}
    .slider_content {
        margin-top: 40px;
    }
    .gallery {
        padding: 0 70px;
    }
    .contact_form p {
        font-size: 15px;
    }
    #kvkk {
        font-size: 11px;
    }
    .form_dials {
        padding-left: 10px;
    }
    .slider_content h3 {
        font-size: 50px;
        margin-bottom: 20px;
    }
    .slider_content p {
        font-size: 25px;
    }
    .investor-slider {
        margin-left: 0;
    }
    .invest_mini_logo {
        margin-top: -30px;
    }
    .new_item_cover {
        padding: 30px;
    }
    .new_item_cover::after {
        left: 30px;
    }
    .new_item_cover .head {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .about .about_inner p {
        font-size: 18px;
    }
    #contact_form .submit {
        line-height: 40px;
    }
    .form_divider {
        margin: 20px 0;
    }
    .project_menu_inner a {
        font-size: 21px;
    }
    .project-item_name {
        font-size: 60px;
        letter-spacing: 10px;
    }
    .project-item_inner {
        left: 75px;
    }
    .dial_item a {
        font-size: 18px;
    }
    .investment-block_box {
        padding: 30px;
    }
    .project_title {
        left: 80px;
    }
    .contact_form .head {
        font-size: 20px;
    }
    #homePage .contact_form {
        height: 260px;
    }
    .contact_form .head img {
        margin-right: 2px;
        width: 20px;
    }
    .promotion .column .pro_logo {
        margin-top: 88px;
        font-size: 28PX;
    }
    .basin_container {
        width: 90%;
    }
    .basin_container .new_item_cover .head {
        font-size: 16px;
        margin-bottom: 20px;
        height: 55px;
        overflow: hidden;
    }
    #erkanli_absolute section, #hakkimizda_absolute section {
        padding-top: 50px;
        width: 95%;
    }
    #hakkimizda_2.kurumsalSection.about .about_inner p.kurumsal_title {
        font-size: 37px;
        margin-bottom: 20px;
    }
    #hakkimizda_2.kurumsalSection.about .about_inner p {
        font-size: 16px;
    }
    #erkanli_absolute {
        padding-top: 38px;
    }
    .information-box {
        padding: 10px 25px;
        font-size: 17px;
    }
        .information-box span {
            font-size: 23px;
        }
    .city-info-text {
        font-size: 14px;
    }    
    .project-item_inner p {
        font-size: 16px;
    }
    .ayricaliklar-right-block &gt; p {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 20px;
    }
    .campus-features {
        grid-gap: 40px 20px;
    }
        .campus-features_item img {
            margin: 0 auto 10px;
            max-height: 45px;
        }
    .campus-features_item {
        font-size: 15px;
    }
    .projectSection .map_col2 .map_desc {width: 216px;height: 216px;}
    .projectSection .map_col2 .map_desc.desc2 , .projectSection .map_col2 .map_desc.desc4 {margin-left:10%;}
    .projectSection .map_col4 ul {margin-left:10%;}
    .project_menu_dropdown {
        right: 25px;
    }
    .project_menu_inner {
        padding-left: 25px;
    }
    .projectSection .map_col2 .map_desc.desc3 {
        margin-left: -15%;
        margin-top: 0%;
    }
    .contentPage .headerSection h1 {
        font-size: 70px;
    }
}

@media (max-width: 1366px) {
    .slick-slide img.campaign-badge {width: 47%;}
    .invest_mini_logo {
        left: 38px;
        margin-top: -25px;
        max-width: 125px;
    }
    .promotion .col_left {
        padding-right: 35px;
    }
    .promotion .col_right {
        padding-left: 35px;
    }
    .slider_content {
        margin-top: 35px;
    }
        .slider_content h3 {
            font-size: 45px;
        }
        .slider_content p {
            font-size: 25px;
        }
        .city {
            font-size: 215px;
            letter-spacing: 41px;
        }
    .slide_down {
        bottom: -42px;
    }
    .about .about_inner p {
        font-size: 18px;
    }
    .about_mini_image .about_letter {
        font-size: 195px;
        left: -100px;
    }
    .promotion p {
        font-size: 15px;
        margin-bottom: 30px;
    }
    .slider_logo {
        right: 40px;
        bottom: 40px;
    }
  
    
    .contact_form .input_column {
        margin-bottom: 10px;
    }
    .form_divider {
        margin: 15px 0;
    }
    .gallery_arrows {
        max-width: 130px;
    }
    .gallery_thumb {
        margin-top: -50px;
    }
    #projectPage .saleOffices {
        padding: 80px 100px;
    }
    #homePage .contact_form {
        height: 234px;
    }
    .project_menu_inner {
        padding-left: 20px;
    }
    .projectHeader .header_call {
        width: 24%;
    }
    .contact_form {
        width: 24%;
    }
    .project-item:hover .project-item_name {
        transform: translateY(-200px);
        -webkit-transform: translateY(-200px);
        -moz-transform: translateY(-200px);
    }
    .project-item_status {
        padding-right: 20px;
    }
    .investment-block {
        grid-template-rows:none;
    }
    .city-info-text {
        font-size: 13px;
    }
    .navigation .nav-mini {
        margin-top: 20px;
    }
    .mouse-wrap {
        bottom: 75px;
    }
    .mouse {
        width: 25px;
    }
        .mouse:after {
            width: 4px;
            height: 4px;
            transform: translateY(0px);
        }
    .mouse-wrap p {
        font-size: 12px;
        top: 50px;
    }
    .logo {
        top: 25px;
        width: 175px;
    }
    .hamburger {
        top: 40px;
    }
    .language {
        top: 40px;
    }
    .video-btn {
        width: 280px;
    }
    .contentPage header:not(.projectHeader) .header_call {
        height: 90px;
        line-height: 90px;
        width: 24%;
    }
    .contact_form {
        top: 90px;
        height: calc(100vh - 90px);
    }
    .investment-block_box {
        font-size: 18px;
    }
    .projectHeader {
        height: 90px;
    }
        .project_menu_inner a {
            height: 90px;
        }
        .project_menu_dropdown {
            top: 20px;
        }
    .projectHeader .header_call a {
        line-height: 90px;
    }
    .projectHeader .logo {
        margin-top: 23px;
    }
    .projectHeader .hamburger {
        top: 37px;
        left: 30px;
    }
    .projectHeader .project_dots li {
        margin: 0 5px;
    }
    #kurumsal2.about .about_inner p {
        font-size: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1201px) {
    .promotion .container, footer .container {
        width: 100%;
    }
}
@media (min-width: 769px) and (max-width: 1025px) {
    .mainSlider {
        height: 100vh;
        max-height: 600px;
    }
        .mainSlider .slick-prev {
            left: 15px;
        }
        .mainSlider .slick-next {
            right: 15px;
        }
    .whyThisCity .city_info_wrapper {
        margin-left: -230px;
    }
    .info_box {
        --box-width: 182px;
    }
    #projectPage .projectSection .project_title {
        left: 50px;
    }
    .gallery {
        padding: 0 30px;
    }
    .gallery_thumb {
        margin-top: -50px;
    }
    .gallery_arrows {
        width: 130px;
    }
    .projectHeader .header_call {
        width: 10vw;
    }
    .projectHeader .header_call a {
        font-size: 0;
    }
    .project_menu_inner a {
        font-size: 20px;
    }
    .projectHeader .project_dots {
        display: none;
    }
    .projectHeader .project_menu {
        width: 53.33vw;
    }
    .ulasim_menu {
        left: 30px;
    }
    .hamburger {
        left: 50px;
    }
    .language {
        left: 130px;
    }
    .promotion .container {
        padding: 0 30px;
    }
    .new_item_cover {
        padding: 30px;
    }
        .new_item_cover::after {
            left: 30px;
        }
    footer .container {
        padding: 0 30px;
    }
    #projectPage .saleOffices {
        padding: 80px 30px;
    }
    .bottom_links a {
        font-size: 22px;
    }
    .contentPage .newSection {
        padding: 80px 30px 50px;
    }
    .investment-block {
        width: 100%;
    }
    .project-item_name {
        font-size: 34px;
        left: 15px;
    }
    .investment-block_box.hoverImageBox {
        font-size: 38px;
    }
    .hoverImageBox_inner {
        padding: 60px 20px;
    }
    .investment-block_box.hoverImageBox span {
        font-size: 50px;
    }
    .contact_form {
        width: 31%;
    }
    .campaign-badge {
        width: 40%;
    }
    #homePage .contact_form.getForm, .contact_form {
        height: 650px;
    }
    .about {
        padding: 0 15px;
    }
    .about_head {
        font-size: 38px;
        margin-bottom: 30px;
    }
    .menu {
        width: 100%;
    }
    .menu .logo {
        right: auto;
        left: 50%;
        margin-left: -90px;
    }
    .about .about_inner {
        top: -5px;
    }
    .projectSection .map_col1 {
        width: 100%;
    }
    .projectSection .map_col2 {
        width: 100%;
        margin: 10px 0;
        text-align: center;
    }
    .projectSection .map_col2 .map_desc.desc1, .projectSection .map_col2 .map_desc.desc2, .projectSection .map_col2 .map_desc.desc4, .projectSection .map_col2 .map_desc.desc3 {
        margin: auto !important;
        float: none;
        display: inline-block;
    }
    .projectSection .map_col3 {
        display: none;
    }
    .projectSection .map_col4 {
        width: 100%;
        padding: 0 15px;
        margin: 10px 0;
    }
    .sale_office .head {
        font-size: 29px;
    }
    .sale_office p {
        font-size: 18px;
    }
    #section10.kurumsalSection .about_img_wrapper {
        margin-top: -230px;
    }
    #section10.kurumsalSection .about_inner {
        margin-top: 0;
    }
    .contentPage .headerSection h1 {
        font-size: 40px;
    }
    .contentPage header:not(.projectHeader) .logo {
        left: 125px;
    }
    .basin-header-menu a {
        width: 38%;
    }
    #kurumsal2.about .about_inner {
        top: 150px;
    }
    .contentPage header:not(.projectHeader) .header_call {
        width: 31%;
    }
    .footer_menu ul li a {
        font-size: 15px;
    }
    .footer_logo {
        max-width: 170px;
    }
    .navigation .nav-mini {
        margin-top: 75px;
    }
    .navigation .nav-mini a {
        font-size: 37px;
    }
    #hakkimizda_2.kurumsalSection .about_inner {
        margin-top: 35px;
    }
    .promotion {
        margin-bottom: 120px;
    }
    .center_pro_image {
        max-width: 280px;
    }
}


@media (max-width: 1025px) {
    /* section {
        overflow-x: hidden; 
    } */
    main.main {
        overflow-x: hidden;
    }
}

@media (max-width: 991.98px) {
    .promotion .container {
        width: 100%;
    }
    footer .container {
        width: 100%;
        padding: 0 15px;
    }
}
@media (min-width: 769px) and (max-width: 991.98px) {
 
}
@media (max-width: 1024px) {
    .slick-slide img.campaign-badge {width:85%;}
    .absolute-center {top:38%;}
    .contentPage .newSection.kurumsalSection{ padding-top: 0px;}
    .contentPage .newSection.kurumsalSection .project_title{ position: relative; left: 0px; margin-bottom: 20px;}
    .section-waterText{ letter-spacing: 10px; display: none }
    .project-item_name{ font-size: 50px;}
    .projectCompleted .project-item_status:after{ width: 40px; height: 40px;}
    .projectCompleted .project-item_status{ padding-left: 30px; padding-right: 20px; padding-top: 20px;}
    .project-item_status{ opacity: 1; top: 30px; padding-bottom: 15px; right: 0px; }
    body {
        width: 100vw;
        overflow-x: hidden;
    }
    footer {
        padding-bottom: 60px;
    }
    .menu {
        width: 100%;
    }
    .mobileHide {
        display: none !important;
    }
    .promotion {
        margin-bottom: 50px;
        background-position: left center;
        padding: 50px 0;
    }
        .center_pro_image {
            max-width: 39%;
            right: 0;
            display: none;
            left: auto;
            transform: translate(0, -50%);
            -webkit-transform:  translate(0, -50%);
            -moz-transform:  translate(0, -50%);
            z-index: 1;
        }
        .promotion .column {
            padding-left: 30px !important;
        }
        .promotion .col_left {
            width: 100%;
            padding: 0;
            text-align: left;
        }
            
        .promotion .col_right {
            width: 100%;
            padding: 0;
        }
    .about {
        margin-bottom: 50px;
        padding-top: 0;
    }
        .about::before {
            font-size: 123px;
            letter-spacing: 12px;
            left: 12px;
            top: -22px;
        }
    .about_head {
        font-size: 17px;
        margin-bottom: 20px;
    }
    .about_img_wrapper {
        width: 84%!important;
        max-width: none;
        margin-left: 9%;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .about_img_wrapper img {
        margin-top: 70px;
    }
    .about_inner {
        width: 84% !important;
        top: 0 !important;
        margin: 0 9% !important;
    }
        .about_inner .univa_btn {
            margin-top: 20px;
        }
    .about_mini_image {
        width: 100%;
        max-width: none;
        /* float: right; */
        top: 0;
        text-align: center;
        margin-top: 30px;
    }
        .about_mini_image img:not(.mini-image) {
            max-width: 50%;
        }
        .about_mini_image .about_letter {
            font-size: 184px;
            left: auto;
            right: 5%;
        }
        .about_mini_image .mini-image {
            right: 30%;
            left: unset;
            z-index: -1;
            max-width: 70%;
        }
    .city {
        font-size: 70px;
        letter-spacing: 8px;
        margin-left: 0;
    }
    .logo_box {
        display: none;
    }
    .language {
        display: none;
    }
    .homeHeader .language {display: none;}
     .language.mobile {
        display: block;
        position: absolute;
        top: auto;
        bottom: 40px;
        left: 50%;
        transform: translate(-50% , -50%);
    }
    .language.home_mobil {display: inline-block;right: 10px;top: 21px;width: 100px;position: absolute;left: auto;}
    .language.home_mobil a {color: #ffffff;opacity: 1;margin: 0 5px;}
    .language.home_mobil a.active {line-height: 4;color: #e9862c;}
    .logo {
        top: 13px;
        width: 140px;
    }
    .hamburger {
        left: 15px;
        top: 40px;
    }
    .slider_content h3 {
        font-size: 23px;
        margin-bottom: 35px;
    }
    .slider_content p {
        font-size: 20px;
        margin-bottom: 35px;
        padding: 0 30px;
    }
    .top_big_head {
        font-size: 25px;
    }
    .investor {
        margin-bottom: 0px;
        height: 71vh;
        background: url(../images/investor_map.png);
        padding-top: 80px!important;
        background-size: cover;
    }
        .investor_year {
            font-size: 55px;
        }
        .investor_image {
            width: 80%;
            left: 10%;
        }
        .investor_text {
            left: 30%;
            font-size: 18px;
        }
        .investor_text2 {
            font-size: 70px;
            margin-top: 50px;
        }
        .investor_text3 {
            font-size: 57px;
            margin-top: 50px;
        }
        .invest_mini_logo {
            left: 50%;
            margin-top: 15%;
            max-width: 125px;
            margin-left: -62px;
        }
    .news h3 {
        padding-left: 0;
        font-size: 27px;
    }
    .new_item_cover {
        padding: 20px 30px 35px;
    }
    .new_item_cover::after {
        left: 30px;
    }
    .new_item_cover .head {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .news_slider .slider_item {
       width: 100%;
    }
    .news_slider .slick-list {
        width: calc(100% + 30px);
    }
    footer .container {
        padding: 0 10%;
    }
    .footer_menu {
        width: 40%;
    }
        .footer_menu ul {
            flex-flow: column;
        }
    .footer_top {
        padding-top: 115px;
        background-position:left center;
    }
    .footer_logo {
        max-width: 154px;
        top: -50px;
    }

    .news_head .univa_btn {
        margin-right: 30px;
    }

    .footer_bottom {
        text-align: center;
    }
        .social_media {
            position: initial;
            transform: none !important;
            width: 100%;
            text-align: center;
        }
        .footer_bottom .copyright {
            width: 100%;
            text-align: center;
            margin: 15px 0;
        }
        .footer_bottom .footer_call {
            margin: 0 auto;
            float: none !important;
        }
        .footer_menu ul li {
            margin-bottom: 10px;
        }
    .promotion .column .pro_logo {
        margin-top: 0;
        width: 102%;
        border: 1px solid rgba(233, 134, 44, 0.45);
        padding: 30px;
    }
        .promotion .column .pro_logo img {
            width: 70%;
        }
        .promotion p {
            margin-top: -15px;
            margin-left: 30px;
            font-size: 14px;
            width: 80%;
        }
            .promotion p::before {
                height: 55px;
                margin-bottom: 10px;
            }
            .promotion .col_left p::before {
                left: 0;
            }
            .promotion a {
                margin-left: 30px;
                margin-bottom: 40px;
            }
    .info_box {
        position: initial;
    }
    #projectPage .projectSection {
        padding-top: 65px;
        margin-bottom: 50px;
    }
    #section40 {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 30px;
    }
    #projectPage .projectSection .project_title {
        left: 5px;
        font-size: 25px;
    }
    .whyThisCity .city_image_wrapper {
        width: 100%;
        margin: 0;
    }
        .whyThisCity .city_image_wrapper::after {
            width: 150px;
        }
    .whyThisCity .city_info_wrapper {
        width: 90%;
        margin: 0 5%;
        padding-bottom: 60px;
    }
    .orange_inner {
        width: 150px;
        float:right;    
        top: 85px;
        position: relative;
        margin-right: 30px;
    }
    .white_inner {
        width: 150px;
        float: left;
        margin-top: 15px;
    }
    .info_box {
        --box-width: 150px;
        margin-bottom: 15px;
    }
    .gallery {
        padding: 0 15px 25px;
    }
    .gallery_thumb {
        display: none;
    }
    #projectPage .about {
        padding-left: 15px;
    }
    .menu .logo {
        margin-left: -70px;
        left: 50%;
        top: 29px;
        right: auto;
    }
    .navigation {
        margin-left: 15px;
    }
    .menu .social_media {
        position: initial;
    }
        .menu .social_media li {
            display: inline-block;
            margin: 0 15px;
        }
            .menu .social_media a {
                font-size: 28px;
            }
    .navigation .nav-mini {
        margin-top: 40px;
    }
    .projectHeader .project_dots {
        display: none;
    }
    .projectHeader .project_menu {
        width: calc(100% - 66px);
    }
        .project_menu_inner {
            padding-left: 15px;
        }
            .project_menu_inner a {
                font-size: 16px;
                height: 60px;
            }
            .project_menu_dropdown {
                right: 15px;
                height: 35px;
                width: 35px;
                line-height: 36px;
                top: 14px;
            }
    .projectHeader {
        height: 60px;
        z-index: 5555;
    }
    .projectHeader .logo {
        display: none;
    }
    .projectHeader .hamburger {
        left: 15px;
        top: 22px;
    }
    #homePage header {
        height: 60px;
    }
    #homePage .header .logo {
        max-width: 115px;
        top: 16px;
    }
    .hamburger {
        top: 22px;
    }
    .contentPage header:not(.projectHeader) .hamburger {
        top: 39px;
    }
    .header_call {
        width: 20vw;
        height: 60px;
    }
    
    .header_call a{
        line-height: 60px !important;
        padding: 0;
        text-align: center;
    }
        .header_call a img {
            margin-right: 0 !important;
            position: initial;
        }
    .header_call {
        height: 60px !important;
        width: 100% !important;
        position: fixed;
        bottom: 0;
        left: 0;
        top: auto !important;
    }
    .contentPage .headerSection h1 {
        font-size: 25px;
        margin-top: 50px;
    }
    .video-btn {
        display: none;
    }
    .gallery_counter {
        float: right;
    }
        .gallery .gallery_counter {
            margin-left: 0;
            margin-right: 15px;
        }
    #projectPage .saleOffices .divider {
        height: 20px;
    }
    #projectPage .saleOffices {
        padding: 30px;
        margin-bottom: 0;
        background-position: left center;
    }
    #projectPage .saleOffices .sale_office {
        width: 100%;
    }
    #projectPage .saleOffices .sale_office:nth-child(1) {
        margin-bottom: 60px;
    }
        #projectPage .saleOffices .sale_office .head {
            font-size: 20px;
            margin-bottom: 10px;
        }
        #projectPage .saleOffices .sale_office p {
            font-size: 14px;
            margin-bottom: 10px;
        }
    .bottom_links a {
        font-size: 17px;
        line-height: 39px;
        height: 85px;
        position: relative;
    }
    .bottom_links a.prev-btn {
        padding-left: 15px;
    }
    .bottom_links a.next-btn {
        padding-right: 15px;
    }
    .bottom_links a.prev-btn img {
        position: absolute;
        bottom: 15px;
        left: 11px;
    }
    .ulasim_map {
        height: 500px;
    }
    .ulasim_menu {
        left: 10px;
        right: 10px;
        top: 9px;
        bottom: auto;
        padding-top: 30px;
        padding-bottom: 0;
    }
        .ulasim_menu a {
            display: none;
            padding-left: 15px;
            padding-right: 0;
            margin-right: 65px;
        }
        .ulasim_menu a.active {
            display: block;
        }
            .ulasim_menu a span {
                width: 50px;
                margin-right: 10px;
            }
    .ulasim_dropdown {
        position: absolute;
        top: 21px;
        right: 15px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        color: var(--color1);
        text-align: center;
        border: 1px solid var(--color1);
        border-radius: 50%;
        z-index: 55555;
    }
    .ulasim_menu.open a {
        display: block;
    }
    .project_menu.open .project_menu_inner {
        height: 255px;
    }
    .contact_form {
        width: 100%;
        z-index: 555556;   
         top: 0;
        height: 100% !important;
        padding-top: 70px;
        overflow: auto;
    }
        .contact_form .close_form {
            display: block;
        }
    .news_head::after {
        font-size: 123px;
        letter-spacing: 14px;
        top: 39px;
    }
    .all-address {
        padding: 0;
    }
    #contactPage .headerSection h1 {
        font-size: 30px;
        margin-top: 25px;
    }
    .all-address .sale_office {
        width: 100%;
        margin-bottom: 30px;
    }
        .sale_office .head {
            font-size: 20px;
            margin-bottom: 5px;
        }
        .sale_office p {
            font-size: 16px;
            line-height: 1.4;
            margin-bottom: 5px;
        }
    .contact-map {
        margin: 30px 0 60px;
        padding: 0 15px;
    }
    .contact-page-form h3 {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .contact-page-form .input_column {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 15px;
    }
    #contactPage .city {
        display: none;
    }
    .campus-features {
        left: 0;
        width: 100%;
        margin-top: 20px;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows:auto;
        grid-gap: 15px 7px;
    }
    #section50 {
        padding: 65px 15px 15px;
    }
    .investment-block {
        display: block;
    }
        .investment-block_box {
            padding: 30px;
            width: 100%;
        }
        .investment-block_box.hoverImageBox {
            font-size: 27px;
        }
        .investment-block_box.hoverImageBox span {
            font-size: 35px;
        }
        .hoverImageBox_inner {
            padding: 30px;
        }
    .navigation .nav-big a {
        font-size: 30px;
    }
    .contentPage .newSection {
        padding: 50px 15px 25px;
        margin: 30px 0;
    }
    .project_title {
        font-size: 25px;
        left: 15px;
    }
    #section10.kurumsalSection .about_inner {
        padding: 0 !important;
        font-size: 20px;
        width: 100% !important;
        margin: 0 !important;
    }
    #section10.kurumsalSection .kurumsal_title {
        font-size: 20px;
        line-height: 1.3;
    }
    #section10.kurumsalSection .about_img_wrapper {
        width: 100%;
        margin-top: 15px;
        margin-left: 0 !important;
    }
    .projectsSection {
        flex-flow: column;
    }
        .project-item {
            padding: 0;
            width: 100%;
            transform: none !important;
            margin-bottom: 15px;
        }
            .project-item_no {
                display: none;
            }
            .project-item_inner {
                left: 15px;
                opacity: 1;
            }
            .project-item .project-item_name {
                transform: translateY(-200px);
                -webkit-transform: translateY(-200px);
                -moz-transform: translateY(-200px);
            }
    .contentPage header:not(.projectHeader) .logo {
        left: 50%;
        margin-left: -70px;
    }
    #projectPage .campus-features {
        margin-top: 10px;
        width: 100%;
        left: 0;
    }
    .whyThisCity .city-image-wrapper {
        width: 100%;
    }
    .whyThisCity .city-info-wrapper {
        width: 100%;
        margin-top: 10px;
    }
    .city-info-top {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        margin-top: 0;
    }
        .information-box:nth-child(1), .information-box:nth-child(2) {
            border-bottom: 1px solid var(--color3);
        }
    .city-info-text {
        padding: 0 15px;
        font-size: 15px;
    }
    .city-info-text ul {
        width: 100%;
        margin-bottom: 10px;
    }
    .duyuru_section {
        padding: 30px 0;
    }
    .basin_container, .duyuru_container {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: auto;
        grid-gap: 15px;
        width: 100%;
        padding: 0 15px;
        max-width: none;
    }
    .ayricaliklar-right-block {
        width: 100%;
        left: 0;
    }
    .new_item_cover p {
        height: auto;
    }
    .new_item_cover::after {
        top: -85px;
    }
    .slider_logo {
        right: 15px;
        bottom: 85px;
    }
    .mouse-wrap {
        bottom: 22%;
    }
    .projectSection .map_col1 ,
    .projectSection .map_col2 ,
    .projectSection .map_col3 , 
    .projectSection .map_col4 {
        width: 100%;
    }
    .projectSection .map_col2 .map_desc {width: 100%;}
    .projectSection .map_col2 .map_desc.desc1 {margin:0;}
    .projectSection .map_col2 .map_desc.desc2 {margin:0;}
    .projectSection .map_col2 .map_desc.desc3 {margin:0;}
    .projectSection .map_col2 .map_desc.desc4 {margin:0;}
    .projectSection .map_col3 img {margin:0;}
    .projectSection .map_col4 ul li {width: 100%;}
    .projectSection .map_col3 {
        margin: 0;
    }
    .projectSection .map_col3 img {
        border: none;
    }
    .projectSection .map_col4 {
        padding-left: 0;
        margin-top: 20px;
    }
    .yatirimci-projeler .proje-list {
        width: 100%;
        left: 0;
        padding: 0;
        grid-template-columns: repeat(1, 1fr);
    }
    .basin-header-menu a {
        width: 47%;
        margin: 0 1%;
        padding-left: 20px;
        font-size: 16px;
        line-height: 50px;
    }
    .basin-header-menu {
        margin-top: 20px;
    }
    .basin_container .new_item_cover .head {
        height: auto;
    }
    .basin_container .new_item_cover p {
        height: auto;
    }
    .basin_container {
        grid-auto-rows: auto;
    }
    .news-bottom-links {
        margin-right: 40px;
        margin-top: -40px;
    }
    .projectIconData {
        padding: 100px 30px 0;
    }
    .projectIconCol {
        width: 33%;
    }
    .project_gallery .slick-list {
        min-height: 300px;
    }
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
     .mouse-wrap {bottom:20%;}
   .homeHeader .header_call {
        display: block;
    }
    #homePage .contact_form {
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(0%);
    }
    .slider_logo {bottom:20px!important;} 
    .mouse-wrap {bottom:20%!important;}
    .mainSlider {}
    .campaign-badge.absolute-center {width:50%!important;top:40%!important;}
    .contact_form.open {
        transform: translateX(0)!important; 
    -webkit-transform: translateX(0)!important;
    -moz-transform: translateX(0)!important;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%)!important;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%)!important;
    }
    .header_call a img {left: auto;right:40px;top:27px;}
    #kurumsal2.about .about_inner {top:0!important;}
    .mobileShow {display: block!important;}
    .mobileHide {display: none!important;}
       .project_gallery .slick-list {
        min-height: 300px;
    }
    .contentPage .newSection {margin-bottom:0px;}
    .gallery .gallery_counter {top:-75px;}
    .gallery .gallery_arrows {top:-75px;}
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
    .homeHeader .header_call {
        display: block;
    }
    #homePage .contact_form {
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(0%);
    }
    .slider_logo {bottom:20px!important;}
    .mouse-wrap {bottom:20%!important;}
    .mainSlider {}
    .campaign-badge.absolute-center {width:50%!important;top:40%!important;}
    .contact_form.open {
        transform: translateX(0)!important;
    -webkit-transform: translateX(0)!important;
    -moz-transform: translateX(0)!important;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%)!important;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%)!important;
    }
    .header_call a img {left: auto;right:40px;top:27px;}
    #kurumsal2.about .about_inner {top:0!important;}
    .mobileShow {display: block!important;}
    .mobileHide {display: none!important;}
       .project_gallery .slick-list {
        min-height: 300px;
    }
    .contentPage .newSection {margin-bottom:0px;}
    .gallery .gallery_counter {top:-75px;}
    .gallery .gallery_arrows {top:-75px;}
}
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
    .contact_form {width:30%;}
    .contact_form p {font-size:14px;line-height: 1.2;}
    .mobileShow {display: block!important;}
    .mobileHide {display: none !important;}
    .slider_item &gt; .mobileShow {display: none !important;}
    .slider_item &gt; .mobileHide {display: block !important;}
}

@media (max-width: 575px) {
    .investor{padding-top: 150px;}
    .investor_widget .univa_btn.orange{ top: 0px; margin-top: 40px;}
    .projectIconData{ text-align: center; margin: 0px; padding-right: 15px;}
    .projectIconData .projectDataIcon img{ max-width: 50px; }
    .projectIconData .projectDataIcon{ width: 100px; top: -50px; height: 100px;}
    .projectIconContent p{font-size: 14px; line-height: 16px; }
    .projectIconContent p span{ font-size: 16px; margin: 0px; }
    .project_gallery .slick-list{ min-height: 30vh;}
    .projectIconCol{ width: 49%; display: inline-block; float: none; padding-left: 10px; padding-right: 10px; }
    
    .mainSlider .slick-arrow {
        display: none !important;
    }

    .w-25, .w-40, .w-60, .w-75, .w-100 {
        width: 100%;
    }

    #projectPage .headerSection {
        margin-bottom: 30px;
    }
        #projectPage .projectSection::before {
            font-size: 91px;
            letter-spacing: 21px;
        }

       
}


@media (max-width: 575px) and (min-height: 760px) {
    .mainSlider {
    }
}


@media (max-width: 330px) {
   .investor {height: 90vh;}
}
@media (max-width: 320px) {
   .language.home_mobil {right:-5px;}
   .language.home_mobil a {margin:0 3px;}
}



@media screen and (min-width: 415px) and (max-width: 668px) and (orientation: landscape) {
    body *{display:none!important}

    body {
        background: #e9862c url(../images/landscape.png) center center no-repeat;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-size: contain;
    }
}

.countryData {position: absolute; z-index: 33; line-height: 60px; left: 42px; height: 60px; text-align: center; width: 48px;}
.input_column .phone {padding-left:95px!important;}
.project-item_name{
    left:80px;
}
.projectsSection.projectsSection_v2 .project-item {
    margin-left: 5%;
    margin-right: 5%;
}

@media screen and (max-width: 768px){
    .mainSlider {
        height: 100vh;
    }
}</pre></body></html>