/* 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 {
    --color1: #7d1034;
    --projePadding: 13.54vw;
}

.container {
    position: relative;
    margin: 0 auto;
}
.container::before, .container::after, .row::before, .row::after {
    display: table;
    content: " ";
    clear: both;
}

.clear{clear:both;}
::selection{background-color:var(--color1); 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;}
.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;}
.column { position: relative;}
.column_left {float: left; order:1;}
.column_right {float: right; order:2;}
.mh-1 {min-height: 1px;}
.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;}
video {max-width: 100%}

h1, h2, h3, h4, h5 { font-family: 'Raleway', sans-serif; }
body {
    line-height: 1;
    font-family: 'Raleway', sans-serif;
    background-color: #0e0e0e;
    -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: 'Raleway', sans-serif;
    line-height: 1.3;
}


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



/* HEADER */
header {
    position: absolute;
    z-index: 5555;
    top: 50px;
    left: 0;
    right: 0;
    height: 90px;
    background-color: transparent;
    padding: 0 90px 0;
    transition: top .2s cubic-bezier(1, 0.18, 0.4, 0.94), background-color .4s ease-in-out, box-shadow .3s ease-in-out;
    -webkit-transition: top .2s cubic-bezier(1, 0.18, 0.4, 0.94), background-color .4s ease-in-out, box-shadow .3s ease-in-out;
    -moz-transition: top .2s cubic-bezier(1, 0.18, 0.4, 0.94), background-color .4s ease-in-out, box-shadow .3s ease-in-out;
    box-shadow: 0px 5px 0px 0px rgba(0,0,0,.0);
}
    header.sticky {
        position: fixed;
        background:#000000;
        box-shadow: 0px 5px 0px 0px rgba(0,0,0,.3);
        top: 0;
    }
    .logo {
        max-width: 220px;
        float: left;
        margin: 7px 0;
    }
    .language {
        float: right;
        margin-top: 25px;
        margin-right: 55px;
    }

  .open .language {

      margin-top: 36px;

  }
        .language li {
            display: inline-block;
            font-size: 18px;
            color: #fff;
            font-weight: 500;
        }
        .language li.divider {
            padding: 0 15px;
        }
            .language a {
                font-size: 18px;
                color: #fff;
                font-weight: 500;
                position: relative;
                top: 1px;
            }
    .hamburger {
        float: right;
        cursor: pointer;
        margin-top: 35px;
    }
        .hamburger_inner {
            width: 45px;
        }
            .hamburger_inner span {
                width: 100%;
                height: 3px;
                background: #fff;
                display: block;
                margin-bottom: 10px;
                border-radius: 3px;
                position: relative;
                float: right;
            }
                .hamburger .hamburger_inner span:nth-child(2) {
                    width: 70%;
                    float: right;
                }

            .hamburger.open .hamburger_inner span:nth-child(1) {
                transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                transform-origin: left bottom ;
                left: 6px;
                top: -3px;
            }
            .hamburger.open .hamburger_inner span:nth-child(2) {
                width: 100%;
                transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                transform-origin: center center;
            }
            .hamburger:not(.open):hover .hamburger_inner span:nth-child(1) {
                width: 70%;
            }
            .hamburger:not(.open):hover .hamburger_inner span:nth-child(2) {
                width: 100%;
            }


/* HOME */

.esta_btn {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 4px;
    color: var(--color1);
    padding: 5px 0;
    position: relative;
    display: inline-block;
    z-index: 0;
}
    .esta_btn::after {
        content: "";
        bottom: 0;
        height: 1px;
        left: 0;
        right: 2px;
        position: absolute;
        background: var(--color1);
        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);
        z-index: -1;
    }
    .esta_btn:hover {
        color: black;
    }
    .esta_btn:hover::after {
        height: 100%;
    }

.video_btn {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 4px;
    color: #fff;
    padding: 5px 0;
    position: relative;
    display: inline-block;
    margin-right: 40px;
}
    .video_btn span {
        height: 100px;
        width: 100px;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle;
        border-top: 1px solid transparent;
        border-left: 1px solid rgba(255, 255, 255, 0.3);
        border-right: 1px solid rgba(255, 255, 255, 0.3);
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        transform: rotate(-90deg);
        position: relative;
    }
        .video_btn:hover span {
            background-color: rgba(255, 255, 255, 0.3);
        }
        .video_btn > img {
            position: absolute;
            right: 36px;
            top: 41px;
            width: 19px !important;
        }
        #cut-circ {
            stroke-dasharray: 110;
            stroke-dashoffset: 0;
          }

.headerSection {
    position: relative;
    height: 100vh;
}

    .slide_down {
        bottom: 0;
        z-index: 666;
        margin-left: -45px;
    }

.mainSlider {
    position: relative;
    height: 100%;
    overflow: hidden;
}
    .mainSlider .slick-list, .mainSlider .slick-track, .mainSlider .slider_item{
        height: 100%;
    }
    .slider_content {
        left: 250px;
        color: #fff;
        right: 10px;
        z-index: 55;
    }
        .slider_content .head {
            position: relative;
            font-size: 20px;
            font-weight: 900;
            padding-left: 180px;
            margin-bottom: 30px;
            letter-spacing: 5px;
            opacity: 0;
            transform: translateY(10px);
            -moz-transform: translateY(10px);
            -webkit-transition: all .3s cubic-bezier(0, 0.88, 0.13, 1.06) .1s;
            -moz-transition: all .3s cubic-bezier(0, 0.88, 0.13, 1.06) .1s;
            transition: all .3s cubic-bezier(0, 0.88, 0.13, 1.06) .1s;
        }
            .animation .slider_content .head {
                transform: translateY(0);
                -moz-transform: translateY(0);
                opacity: 1;
            }
            .slider_content .head::after {
                content: "";
                width: 0;
                height: 1px;
                background: rgba(255, 255, 255, 0.3);
                position: absolute;
                left: 0;
                bottom: 3px;
                -webkit-transition: all .3s cubic-bezier(0, 0.88, 0.13, 1.06) .3s;
                -moz-transition: all .3s cubic-bezier(0, 0.88, 0.13, 1.06) .3s;
                transition: all .3s cubic-bezier(0, 0.88, 0.13, 1.06) .3s;
            }
            .animation .slider_content .head::after {
                width: 130px;
            }
        .slider_content h3 {
            font-size: 51px;
            width: 70%;
            line-height: 1.2;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 15px;
            margin-bottom: 30px;
            -webkit-transition: all .7s cubic-bezier(0.28, 0.49, 0.12, 0.88) .7s;
            -moz-transition: all .7s cubic-bezier(0.28, 0.49, 0.12, 0.88) .7s;
            transition: all .7s cubic-bezier(0.28, 0.49, 0.12, 0.88) .7s;
            opacity: 0;
            transform: translatex(-60px);
            -moz-transform: translatex(-60px);
        }
            .animation .slider_content h3 {
                opacity: 1;
                transform: translateX(0);
                -moz-transform: translateX(0);
            }
            .video_slider_item .slider_content h3 {
                /* text-shadow: 8px 2px 13px rgba(0, 0, 0, 0.25); */
            }
            #projectPage .slider_content {
                margin-top: 0;
            }
            #projectPage .slider_content h3 {
                transition-delay: .1s;
                font-size: 75px;
                width: 100%;
                margin-bottom: 0;
            }
            #projectPage .mainSlider img {
                opacity: 0.7;
            }
        .slider_content > a {
            opacity: 0;
            -webkit-transition: opacity .3s ease-in-out 1s;
            -moz-transition: opacity .3s ease-in-out 1s;
            transition: opacity .3s ease-in-out 1s;
        }
            .animation .slider_content>a {
                opacity: 1;
            }

    .mainSlider .slider_item {
        position: relative;
        overflow: hidden;
    }
        .mainSlider .slider_item img{
            width: 100%;
        }
    .mainSlider_social {
        bottom: 0;
        right: 0;
        position: absolute;
        text-align: right;
        padding-bottom: 20px;
        padding-right: 60px;
    }
    .mainSlider_dots {
        background-image: -moz-linear-gradient( -77deg, rgb(209,177,96) 0%, rgb(141,92,60) 100%);
        background-image: -webkit-linear-gradient( -77deg, rgb(209,177,96) 0%, rgb(141,92,60) 100%);
        background-image: -ms-linear-gradient( -77deg, rgb(209,177,96) 0%, rgb(141,92,60) 100%);
        padding: 30px 0;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .mainSlider_buttons {
        position: absolute;
        top: 250px;
        right: 200px;
        z-index: 555;
        text-align: center;
        width: 110px;
    }
        .mainSlider_buttons a {
            font-size: 35px;
            color: #fff;
            cursor: pointer;
            position: absolute;
        }
            .mainSlider_buttons .slick-next.slick-arrow {
                right: -0;
            }
            .mainSlider_buttons .slick-prev.slick-arrow {
                left: -0;
            }
            .mainSlider_buttons .slick-prev.slick-arrow:hover ~ .circle {
                transform: translateX(-46px);
                -webkit-transform: translateX(-46px);
                -moz-transform: translateX(-46px);
            }
            .mainSlider_buttons .slick-next.slick-arrow:hover ~ .circle {
                transform: translateX(46px);
                -webkit-transform: translateX(46px);
                -moz-transform: translateX(46px);
            }
            .mainSlider_buttons:hover .circle {
                /* background: var(--color1); */
            }
        .mainSlider_buttons .circle {
            content: "";
            width: 60px;
            height: 60px;
            border: 3px solid var(--color1);
            border-radius: 50%;
            display: block;
            position: absolute;
            top: -11px;
            z-index: -1;
            left: 24.5px;
            background: transparent;
            -webkit-transition: all .5s cubic-bezier(0, 0.88, 0.13, 1.06);
            -moz-transition: all .5s cubic-bezier(0, 0.88, 0.13, 1.06);
            transition: all .5s cubic-bezier(0, 0.88, 0.13, 1.06);
        }
    .mainSlider_dots {
        text-align: center;

    }
        .dots_inner {
            display: inline-block;
            vertical-align: super;
        }
            .mainSlider_dots li {
                display: inline-block;
            }
            .mainSlider_dots li.slick-active button {
                background: rgba(255, 255, 255, 1);
            }
            .mainSlider_dots button {
                font-size: 0;
                width: 25px;
                height: 1px;
                border: none;
                padding: 0;
                background: rgba(255, 255, 255, 0.3);
            }
            .counter_inner {
                display: inline-block;
                font-size: 17px;
                font-weight: 800;
                color: #fff;
                padding: 0 30px;
            }

.esta_cons {
    padding: 100px 100px 120px 250px;
    background: url('../images/esta_bg.jpg') no-repeat center bottom;
    /* background-attachment:fixed; */
    background-size: cover;
}
    .esta_head {
        font-size: 20px;
        font-weight: bold;
        color: var(--color1);
        text-transform: uppercase;
        position: relative;
        letter-spacing: 5px;
        padding-left: 90px;
        margin-bottom: 80px;
    }
        .esta_head::after {
            content: "";
            width: 70px;
            height: 1px;
            background: var(--color1);
            position: absolute;
            left: 0;
            bottom: 3px;
        }
    .esta_inner {
        width: 70%;
        display: inline-block;
        vertical-align: middle;
    }
        .esta_inner h3 {
            font-size: 40px;
            line-height: 1.4;
            color: #484848;
            font-weight: bold;
            margin-bottom: 40px;
            letter-spacing:8px;
        }
            .esta_inner h3 span {
                color: var(--color1);
            }
        .esta_inner p {
            font-size: 20px;
            line-height: 1.7;
            color: #7d1034;
            /*font-weight: bold;*/
            margin-bottom: 50px;
        }
    .esta_image {
        width: 30%;
        display: inline;
        text-align: center;
    }


/* DUYURULAR */
.news {
    padding-left: 8.85vw;
    padding-top: 95px;
    min-height: 250px;
    overflow: hidden;
    position: relative;
    background: #f9f9f9;
    z-index: 0;
    padding-bottom: 85px;
}
    .news::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: calc(50% + 36px);
        background-image: -moz-linear-gradient( -77deg, rgb(209,177,96) 0%, rgb(141,92,60) 100%);
        background-image: -webkit-linear-gradient( -77deg, rgb(209,177,96) 0%, rgb(141,92,60) 100%);
        background-image: -ms-linear-gradient( -77deg, rgb(209,177,96) 0%, rgb(141,92,60) 100%);
        z-index: -2;
    }
    .news::before {
        content: "ESTA";
        position: absolute;
        left: 0;
        top: -8px;
        color: #fff;
        font-size: 375px;
        width: 100%;
        opacity: 0.2;
        z-index: -1;
        font-family: 'Raleway', sans-serif;
        letter-spacing: 99px;
        font-weight: bold;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #fff;
        -webkit-text-fill-color: transparent;
        background: -webkit-linear-gradient(transparent, transparent);
        background: -o-linear-gradient(transparent, transparent);
        -webkit-background-clip: text;
    }
    .news_head {
        margin-bottom: 80px;
        float: left;
        width: 100%;
    }
        .news_head h3 {
            position: relative;
            font-size: 20px;
            font-weight: 900;
            letter-spacing: 5px;
            color: #fff;
        }
            .news_head h3::after {
                /* content: ""; */
                width: 130px;
                height: 1px;
                background: rgba(255, 255, 255, 0.3);
                position: absolute;
                left: 0;
                bottom: 3px;
            }
        .benesta_head {width: 100%;max-width: 1440px;margin: 0 auto;float: none;padding-top: 120px;}
        .benesta_head h3 {position: relative;font-size: 20px;font-weight: 900;letter-spacing: 5px;color: #fff;padding-left: 5%;}
        .news_head a {
            margin-right: 150px;
            color: #fff;
            font-size: 15px;
            line-height: 20px;
            font-weight: 800;
            letter-spacing: 5px;
        }

    .news_slider {
        width: 100%;
    }
    .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;
    }
        .news_slider .slider_item .slider_item__img {
            max-height: 270px;
            min-height: 270px;
            overflow: hidden;
            display: block;
            background: #fff;
        }
    .new_item_cover {
        background: #fff;
        padding: 55px;
        box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.15);
        position: relative;
    }
        .new_item_cover .head {
            font-size: 22px;
            line-height: 1.2;
            color: var(--color3);
            font-weight: bold;
            margin: 25px 0 45px;
            height: 82px;
        }
        .new_item_cover .date {
            font-weight: 400;
            font-size: 16px;
            color: var(--color1);
        }
             .new_item_cover .date i {
                 margin-right: 20px;
             }

.news_slider_buttons {
    text-align: center;
    left: -4.4vw;
    position: relative;
    z-index: 55;
}
    .news_slider_buttons a {
        width: 65px;
        height: 65px;
        line-height: 63px;
        border-radius: 50%;
        text-align: center;
        border: 2px solid var(--color1);
        color: var(--color1);
        font-size: 21px;
        opacity: 0.3;
        display: inline-block;
        cursor: pointer;
        margin: 0 150px;
    }
        .news_slider_buttons a:hover {
            opacity: 1;
        }
    .newsSlider_dots {
        text-align: center;
        color: #000;
        margin-top: -45px;
        left: -4.4vw;
        position: relative;
        z-index: 54;
    }
            .newsSlider_dots li {
                display: inline-block;
            }
            .newsSlider_dots li.slick-active button {
                background: var(--color1);
            }
            .newsSlider_dots button {
                font-size: 0;
                width: 25px;
                height: 1px;
                border: none;
                padding: 0;
                background: rgba(0, 0, 0, 0.3);
            }
            .newsSlider_dots .counter_inner {
                color: #000;
            }

.project_section {
    background: url('../images/stadium.jpg') no-repeat center center;
    background-size: cover;
    padding: 90px 250px 130px;
    overflow: hidden;
}
    .project_section .project_head h3 {
        position: relative;
        font-size: 20px;
        font-weight: 900;
        padding-left: 180px;
        letter-spacing: 5px;
        color: #fff;
    }
        .project_section .project_head h3::after {
            content: "";
            width: 130px;
            height: 1px;
            background: rgba(255, 255, 255, 0.3);
            position: absolute;
            left: 0;
            bottom: 3px;
        }
    .project_section .project_head a {
        color: #fff;
        font-size: 15px;
        line-height: 20px;
        font-weight: 800;
        letter-spacing: 5px;
    }

.project_section {
    position: relative;

}

.projeSlider {
    margin-top: 90px;
    width: calc(100% + 160px);
    margin-left: -160px;
}

    .projeSlider .slick-list {
        width: 120%;
        padding-right: 26vw;
    }
    .projeSlider .slick-slide {
        margin-right: 120px;
        padding-left: 230px;
        transform: scale(0.5);
        transform-origin: center left;
        position: relative;
        opacity: 0.6;
    }
    .projeSlider .slick-slide.slick-current {
        transform: scale(1);
        opacity: 1
    }
    .projeSlider_buttons {
        top: auto !important;
        bottom: 0;
        position: relative;
        float: right;
        right: auto !important;
        margin-top: -65px;
        margin-right: 35px;
    }
    .project_slider_inner {
        left: 140px;
    }
        .project_slider_inner .no {
            font-size: 25px;
            font-weight: 900;
            color: var(--color1);
            margin-bottom: 50px;
            letter-spacing: 5px;
        }
        .project_slider_inner .name {
            font-size: 60px;
            line-height: 1.4;
            color: #fff;
            font-weight: 600;
            letter-spacing: 18px;
            margin-bottom: 80px;
            text-transform: uppercase;
        }
        .big_name {
            font-family: 'Raleway', sans-serif;
            font-weight: bold;
            font-size: 250px;
            -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;
            left: -140px;
            z-index: -1;
            letter-spacing: 99px;
            white-space: nowrap;
            opacity: 0;
            margin-top: 50px;
            text-transform: uppercase;
        }
            .projeSlider .slick-slide.slick-current .big_name {
                opacity: 0.3;
            }
    .projeSlider_dots {
        text-align: center;
        margin-top: 70px;
    }
        .projeSlider_dots li {
            display: inline-block;
        }
        .projeSlider_dots button {
            font-size: 0;
            width: 25px;
            height: 1px;
            border: none;
            padding: 0;
            background: rgba(255, 255, 255, 0.3);
        }
        .projeSlider_dots li.slick-active button {
            background: var(--color1);
        }




/* PROJE SAYFASI */

#projectPage {
    background: #000;
}

    #projectPage .container {
        width: 100%;
        padding: 0 var(--projePadding);
    }
    #projectPage .slide_down {
        margin-left: 0;
        left: var(--projePadding);
        position: absolute;
    }

.project_information {
    padding-top: 145px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    margin-bottom: 16vh;
}
    .info_inner {
        padding-left: var(--projePadding);
    }
        .info_text {
            font-size: 27px;
            line-height: 1.2;
            color: #fff;
            /* text-transform: uppercase; */
            letter-spacing: 6px;
            font-weight: 300;
        }

    .project_tags {
        margin-top: calc(-140px - 145px);
        position: relative;
        width: 45%;
        box-shadow: 0px 99px 186px 0px rgba(0, 0, 0, 0.4);
    }
        .tags_inner {
            padding: 150PX 120PX 100px;
            background-image:url('../images/lion_bg.png') , -moz-linear-gradient( -102deg, rgb(209,177,96) 0%, rgb(141,92,60) 100%);
            background-image: url('../images/lion_bg.png') , -webkit-linear-gradient( -102deg, rgb(209,177,96) 0%, rgb(141,92,60) 100%);
            background-image: url('../images/lion_bg.png') , -ms-linear-gradient( -102deg, rgb(209,177,96) 0%, rgb(141,92,60) 100%);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center left;
        }
            .tag_item {
                font-size: 30px;
                font-weight: 900;
                line-height: 1.3;
                color: #fff;
                letter-spacing: 1.3px;
                text-transform: uppercase;
                margin-bottom: 50px;
            }
                .tag_item span {
                    font-size: 16px;
                    font-weight: 500;
                    display: block;
                    margin-bottom: 5px;
                    letter-spacing: 4px;
                }

    .video_section {
        margin-bottom: 180px;
        position: relative;
    }
        .section_text_bg {
            width: 100%;
            position: absolute;
            left: 0;
            top: 4%;
            overflow: hidden;
            font-size: 550px;
            opacity: 0.2;
            letter-spacing: 155px;
            font-family: 'Raleway', sans-serif;
            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;
            white-space: nowrap;
        }
        .video_section img {
            /* width: 100%; */
        }
        .video_section a {
            display: block;
            box-shadow: 0px 99px 186px 0px rgba(0, 0, 0, 0.004);
            position: relative;
            margin-bottom: 120px;
        }
            .video_section a span {
                width: 210px;
                height: 210px;
                border-radius: 50%;
                background: url('../images/play_btn_bg.png') no-repeat center center;
                background-size: cover;
                background-color: rgba(0, 0, 0, 0.2);
            }
            .video_section a span:hover {
                background-color: rgba(0, 0, 0, 0.6);
            }
        .video_section p {
            font-size: 25px;
            line-height: 2.4;
            color: #fff;
            column-count: 1;
        }

.project_gallery {
    position: relative;
    width: 100%;
}
    .project_gallery .gallerySlider_dots {
        bottom: 0;
        margin-top: 0;
        padding: 60px 100px;
        max-width: 50%;
        background-image: -moz-linear-gradient( -77deg, rgb(209,177,96) 0%, rgb(141,92,60) 100%);
        background-image: -webkit-linear-gradient( -77deg, rgb(209,177,96) 0%, rgb(141,92,60) 100%);
        background-image: -ms-linear-gradient( -77deg, rgb(209,177,96) 0%, rgb(141,92,60) 100%);
    }
        .gallerySlider_dots li.slick-active button {
            background: #fff !important;

        }
        .gallerySlider_dots li button {
            width: 12px;
        }

    .gallerySlider_buttons  {
        top: 80px;
    }


#contentPage .bottom_links {
    border-top: 1px solid #979797;
}

.bottom_links {
    width: 100%;
    display: flex;
    flex-flow: row;
    background: #0e0e0e;
    border-top: 1px solid #373737;
}
    .bottom_links a {
        padding: 90px 0;
        font-size: 25px;
        line-height: 1.32;
        font-weight: bold;
        color: #fff;
        width: 50%;
        text-transform: uppercase;
        opacity: 0.4;
    }
        .bottom_links a:hover {
            opacity: 1;
        }
    .bottom_links a.prev-btn {
        padding-left: 150px;
    }
    .bottom_links a.next-btn {
        text-align: right;
        padding-right: 150px;
    }
        .bottom_links a .number {
            display: inline-block;
            font-size: 17px;
            letter-spacing: 5px;
            vertical-align: top;
            position: relative;
            top: 8px;
        }
        .bottom_links a .line {
            display: inline-block;
            margin: 0 15px;
            width: 80px;
            height: 1px;
            background: var(--color1);
            vertical-align: top;
            position: relative;
            top: 17px;
        }
        .bottom_links .btn_text {
            display: inline-block;
        }


/* PROJELER */
#projectsPage {
    background: #0e0e0e url("../images/lion_bg.png") no-repeat center center;
    background-size: cover;
    height: 100vh;
    overflow: hidden;
}
.projects-section {
    padding: 250px 70px 0;
}

    .projects-section {

    }
        .projects-section .section_text_bg {
            top: auto;
            bottom: 4%;
            left: -165px;
            width: 125%;
        }
    .projelerSlider .slick-list{
        height: 120%;
        padding-bottom: 850px;
        padding-bottom: 300px;
    }
    .projelerSlider .slick-slide {
        transform: scale(0.85);
        -webkit-transform: scale(0.85);
        -moz-transform: scale(0.85);
    }
        .projelerSlider .slick-slide.slick-current  {
            transform: scale(1);
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
        }
    .slick-active  .slide-proje-item {
        transform: translateX(0%);
    }
    .slick-current  .slide-proje-item {
        transform: translateX(100%);
        opacity: 1;
    }
         .slick-current  .slide-proje-item img {
             opacity: 0.7;
         }
    .slide-proje-item {
        position: relative;
        padding-left: 140px;
        opacity: 0.6;
        transform: translateX(100%);
        display: inline-block;
        transition: all cubic-bezier(0.86, 0, 0.07, 1) .4s;
        -webkit-transition: all cubic-bezier(0.86, 0, 0.07, 1) .4s;
        -moz-transition: all cubic-bezier(0.86, 0, 0.07, 1) .4s;
    }

    .slide-proje-item .project_slider_inner {
        left: 0;
    }
        .slide-proje-item .project_slider_inner img {
            box-shadow: 0px 15px 13px 0px rgba(0, 0, 0, 0.5);
        }
        .slide-proje-item .project_slider_inner .name {
            font-size: 30px;
            letter-spacing: 8px;
            margin-bottom: 0;
            width: 90%;
        }
        .slide-proje-item .project_slider_inner .no {
            margin-bottom: 20px;
            position: relative;
        }
            .slide-proje-item .project_slider_inner .no::after {
                content: "";
                left: 80px;
                bottom: 4px;
                width: 200px;
                height: 1px;
                background: var(--color1);
                position: absolute;
            }

    .projects_buttons {
        top: auto !important;
        bottom: 150px !important;
        right: 130px !important;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
    }

    .projects-menu {
        padding-left: 50px;
        margin-top: 180px;
    }
        .projects-menu li {
            display: block;
            margin-bottom: 15px;
            position: relative;
        }
            .projects-menu li a {
                font-size: 17px;
                color: #fff;
                font-weight: 500;
                letter-spacing: 5px;
            }
                .projects-menu li a:hover, .projects-menu li a.active  {
                    color: var(--color1);
                }
                .projects-menu li a::before {
                    content: "";
                    width: 0;
                    height: 1px;
                    background: var(--color1);
                    position: relative;
                    display: inline-block;
                    margin-right: 13px;
                    top: -6px;
                    left: -15px;
                    transition: all ease-in-out .3s;
                    -webkit-transition: all ease-in-out .3s;
                    -moz-transition: all ease-in-out .3s;
                }
                .projects-menu li a:hover::before {
                    width: 75px;
                }
    .projelerSlider_dots {
        color: #fff;
        padding-left: 35px;
        margin-top: 100px;
    }


/* HABERLER  */

.news-section .container {
    max-width: 1440px;
    margin: 0 auto;
}

.new-block {
    grid-gap: 30px;
    display: grid;
    grid-template-columns: repeat(3, calc(33% - 15px));
    margin-bottom: 150px;
    margin-top: -75px;
}
    .new-item {
        background: #d8d8d8;
        box-shadow: 0px 99px 186px 0px rgba(0, 0, 0, 0.004);
        position: relative;
    }
    .new-item:hover {
        background: #fff;
    }
        .new-item_image {
            left: -80px;
            right: -80px;
            width: auto;
            max-height: 300px;
            overflow: hidden;
        }
            .new-item_image img {
                object-fit: cover;
                object-position: top;
                height: 100%;
            }
        .new-item_inner {
            padding: 20px 35px 30px;
        }
            .new-block .new-item_inner h4 {
                font-size: 22px;
                line-height: 1.2;
                font-weight: bold;
                color: var(--color1);
                margin-bottom: 20px;
            }
            .new-block .new-item_inner p {
                font-size: 16px;
                line-height: 1.3;
                font-weight: 500;
                letter-spacing: 2px;
                margin-bottom: 20px;
                overflow: hidden;
            }


/* İÇERİK SAYFASI */
.content-header {
    background-image: url("../images/lion_bg.png") , -moz-linear-gradient( -102deg, rgb(209,177,96) 0%, rgb(141,92,60) 100%);
    background-image: url("../images/lion_bg.png") , -webkit-linear-gradient( -102deg, rgb(209,177,96) 0%, rgb(141,92,60) 100%);
    background-image: url("../images/lion_bg.png") , -ms-linear-gradient( -102deg, rgb(209,177,96) 0%, rgb(141,92,60) 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 60vh;
    text-align: center;
}
    .content-header h1 {
        font-size: 80px;
        color: #4c3010;
        font-weight: 700;
        letter-spacing: 5px;
        text-transform: uppercase;
    }

.multimedya .content-section {
    padding: 50px 0;
}

.content-section {
    position: relative;
    /* background: url("../images/contact_bg.png") no-repeat left center; */
}

.content-section .container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}
    .content-section .column_left.column {
        padding-right: 70px;
    }
    .content-section .column_right.column {
        padding-left: 70px;
    }
    .content-section .img-wrapper {
        padding: 30px 30px 0 100px;
        position: relative;
    }
        .content-section .img-wrapper .image-box{
            width: 67%;
            height: 50%;
            position: absolute;
            top: 0;
            right: 0;
            z-index: -1;
            background-image: -moz-linear-gradient( -102deg, rgb(209,177,96) 0%, rgb(141,92,60) 100%);
            background-image: -webkit-linear-gradient( -102deg, rgb(209,177,96) 0%, rgb(141,92,60) 100%);
            background-image: -ms-linear-gradient( -102deg, rgb(209,177,96) 0%, rgb(141,92,60) 100%);
        }
        .content-section .img-wrapper img {
            box-shadow: 0px 99px 186px 0px rgba(0, 0, 0, 0.004);
        }

    .content-section #row10 .column_left.column {
        padding-top: 220px;
    }

    .content-section #row10 {
        margin-top: -100px;
    }
    .baskanBody .content-section #row10 {margin-top: 100px;}
    .benesta_bg img {width: 100%;margin-top:-250px;}
    .content-section .row {
        margin-bottom: 50px;
    }
    .content-section .bg-text {
        width: 100%;
        position: absolute;
        top: 20%;
        font-size: 500px;
        letter-spacing: 200px;
        word-break: break-all;
        font-family: 'Raleway', sans-serif;
        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;
    }

    .content-block {
        color: #fff;
        margin-bottom: 90px;
    }
        .content-block h3 {
            font-size: 30px;
            color: #fff;
            font-weight: 900;
            margin-bottom: 70px;
            position: relative;
            letter-spacing: 6px;
            text-transform: uppercase;
            padding-left: 70px;
            line-height: 1.3;
        }
            .content-block h3 span {
                font-size: 25px;
                color: var(--color1);
                position: absolute;
                left: 0;
                top: -9px;
            }
        .content-block h4 {
            font-size: 25px;
            color: #fff;
            font-weight: 900;
            margin-bottom: 40px;
            position: relative;
            letter-spacing: 3px;
            text-transform: uppercase;
            line-height: 1.3;
        }
        .content-block p {
            font-size: 20px;
            line-height: 2;
            font-weight: 400;
        }
        .content-block a {
            color: #fff;
        }
        .content-block ul {
            list-style-type: disc;
            list-style-position: inside;
        }
            .content-block li {
                font-size: 20px;
                line-height: 2;
                font-weight: 400;
            }

.new-item-inner {
    margin-top: 50px;
    margin-bottom: 10px;
}

/* İLETİŞİM SAYFASI */

.contact-section {
    margin-top: -80px;
    background: url('../images/contact_bg.png') no-repeat left center;
}

    .contact-section .container {
        max-width: 1500px;
        margin: 0 auto;
    }

.adress-block {
    grid-gap: 30px;
    display: grid;
    grid-template-columns: repeat(3, calc(33% - 15px));
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "adres1 adres2 adres3" ". adres4 adres5";
    margin-bottom: 150px;
}
    .adress-item {
        background: #fff;
        padding: 50PX 80PX 90px;
        box-shadow: 0px 99px 186px 0px rgba(0, 0, 0, 0.004);
        position: relative;
    }
        .adress-item:hover {
            background: #fff;
        }
        .adress-item:nth-child(1) {grid-area: adres1;}
        .adress-item:nth-child(2) {grid-area: adres2;}
        .adress-item:nth-child(3) {grid-area: adres3;}
        .adress-item:nth-child(4) {grid-area: adres4;}
        .adress-item:nth-child(5) {grid-area: adres5;}
        .adress-item_name {
            font-size: 28px;
            line-height: 1.25;
            color: var(--color1);
            font-weight: 900;
            margin-bottom: 40px;
            text-transform: uppercase;
            letter-spacing: 5px;
        }
        .adress-item_text {
            font-size: 18px;
            color: #000;
            line-height: 1.4;
            font-weight: 500;
            padding-right: 100px;
            letter-spacing: 5px;
            position: relative;
            text-transform: uppercase;
            margin-bottom: 110px;
        }
            .adress-item_text a {
                position: absolute;
                right: 0;
                top: 0;
                display: block;
            }

        .adress-item_info {
            font-size: 18px;
            line-height: 1.3;
            font-weight: bold;
            letter-spacing: 5px;
            margin-bottom: 30px;
        }
        .adress-item > a {
            font-size: 18px;
            font-weight: 400;
            color: var(--color1);
            text-transform: uppercase;
            letter-spacing: 5px;
        }


/* MENU */
.menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0e0e0e url('../images/lion_bg.png') no-repeat center center;
    background-size: cover;
    z-index: 9999;
    padding: 85px;
    transform: translateX(100%);
    -moz-transform: translateX(100%);
    -webkit-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;
}
    .menu.open {
        transform: translateX(0%);
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    }
    .menu .menu_logo {
        width: 200px;
    }
    .navigation {
        width: 90%;
        margin: 120px 5% 0;
        display: table;
    }
        .navigation .nav-big {
            display: table-row;
            width: 100%;
        }
            .navigation .nav-big li {
                display: table-cell;
            }
                .navigation .nav-big li a {
                    font-size: 24px;
                    line-height: 1.3;
                    color: var(--color1);
                    font-weight: 700;
                    letter-spacing: 2.5px;
                }
                    .navigation .nav-big li a span {
                        font-size: 17px;
                        display: block;
                        margin-bottom: 20px;
                        color: #fff;
                        opacity: 0.5;
                        font-weight: 400;
                        letter-spacing: 4px;
                    }
    .menu .social_media {
        position: absolute;
        right: 85px;
        bottom: 85px;
    }

    .drop_menu {
        opacity: 0;
        visibility: hidden;
        padding-top: 70px;
        position: absolute;
    }
        .navigation .drop_menu li {
            display: block;
            margin-bottom: 25px;
        }
            .navigation .drop_menu li a {
                font-size: 17px;
                font-weight: 400;
                color: #fff;
                text-transform: uppercase;
                letter-spacing: 3px;
                position: relative;
                padding-left: 0;    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;
            }
            .navigation .drop_menu li a::before {
                content: "";
                width: 0;
                height: 1px;
                background: var(--color1);
                position: absolute;
                left: -35px;
                top: 10px;    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;
            }
                .navigation .drop_menu li a:hover {
                    color: var(--color1);
                    padding-left: 60px;
                }
                .navigation .drop_menu li a:hover::before {
                    width: 70px;
                }

        .navigation .nav-big li.dropdown:hover .drop_menu{
            opacity: 1;
            visibility: visible;
        }


/* CONTACT FORM */

.form-block {
    margin-bottom: 100px;
}

.form-block_title {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    line-height: 1.9;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 100px;
}

#contact_form .input_column.message_column {
    width: calc(100% - 60px);
}

#contact_form .input_column {
    width: calc(50% - 60px);
    margin-bottom: 15px;
    position: relative;
    margin: 0 30px 70px;
    float: left;
}
    #contact_form .input_column::before {
        content: attr(data-text);
        font-size: 25px;
        font-weight: 500;
        letter-spacing: 3px;
        color: #fff;
    }
    #contact_form .input_column input {
        width: 100%;
        line-height: 50px;
        border: none;
        padding:0;
        font-size: 16px;
        font-weight: 500;
        color: var(--color1);
        background: transparent;
        border-bottom: 2px solid var(--color1);
        height: 50px;
    }
    #contact_form .input_column input[type="file"] {
        padding-top: 12px;
    }
    .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;
    }
   .success_form {color:#fff;}

    #kvkk {
        padding-left: 85px;
        color: #fff;
        font-size: 25px;
        line-height: 55px;
        letter-spacing: 1px;
        font-weight: 400;
        cursor: pointer;
        text-transform: uppercase;
    }
        #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: 0;
            left: 0;
            height: 55px;
            width: 55px;
            line-height: 55px;
            border: 2px solid var(--color1);
            border-radius: 2px;
            color: var(--color1);
            font-size: 0;
            text-align: center;
            cursor: pointer;
        }
        #contact_form label input:checked ~ .checkmark {
            font-size: 26px;

        }
    .submit {
        width: 100%;
        max-width: 345px;
        line-height: 90px;
        display: block;
        background-image:-moz-linear-gradient( -102deg, rgb(209,177,96) 0%, rgb(141,92,60) 100%);
        background-image:  -webkit-linear-gradient( -102deg, rgb(209,177,96) 0%, rgb(141,92,60) 100%);
        background-image:  -ms-linear-gradient( -102deg, rgb(209,177,96) 0%, rgb(141,92,60) 100%);
        color: #fff;
        font-size: 22px;
        font-weight: 900;
        letter-spacing: 8px;
        text-align: center;
        box-shadow: 0px 27px 25px 0px rgba(157, 129, 57, 0.0);
    }
        .submit:hover {
            box-shadow: 0px 27px 25px 0px rgba(157, 129, 57, 0.29);
        }
.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);
  }
}


/* RAKAMLARLA BİZ */
#rakamlarla-biz {
    padding: 250px 0 150px;
    overflow: hidden;
}
.couner-line {
    width: 1px;
    height: 110%;
    position: absolute;
    top: -250px;
    left: 50%;
    background: #252525;
}
.couner-item {
    position: relative;
    display: inline-block;
    font-weight: bold;
    margin-top: -100px;
}
    .couner-item::after {
        content: "";
        width: 60%;
        height: 1px;
        background: var(--color1);
        position: absolute;
        right: 0;
        bottom: 31px;
        z-index: -1;
    }
    .couner-item .mini-year {
        font-size: 31px;
        color: var(--color1);
        position: absolute;
        top: 115px;
        left: -127px;
        padding-bottom: 4px;
        border-bottom: 1px solid;
    }
    .couner-item.right .mini-year {
        left: auto;
        right: -127px;
    }

    .couner-item .big-year {
        font-family: 'Raleway', sans-serif;
        font-size: 180px;
        -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;
        z-index: -1;
        letter-spacing: 20px;
        white-space: nowrap;
        opacity: 0.4;
    }
    .couner-item p {
        font-size: 19px;
        line-height: 2.2;
        color: #fff;
        margin-bottom: 5px;
        letter-spacing: 1px;
    }
    .couner-item .total {
        display: inline-block;
        font-size: 25px;
        color: var(--color1);
    }
    .total-numbers {
        display: inline-block;
        color: var(--color1);
        font-size: 65px;
        margin-left: 5px;
        background: #0e0e0e;
    }
        .total-numbers span {
            font-size: 35px;
            vertical-align: super;
        }

/* maps */
.where_desc {position:relative;width: 100%;padding:100px 70px;background: #171717;color:#fff;}
#new_map {width: 100%;height: 90vh;}
.contact-section {position: relative;}
.contact-section .map_contact {display:none;position: absolute;width: 420px;height: auto;font-size: 15px;color: #fff;background: #d1ab38;opacity: .91;right: 5%;bottom: 3%;padding: 30px;}
.contact-section .map_contact h3 {font-weight: bold;margin-bottom: 15px;font-size: 24px;}
.contact-section .map_contact p {font-weight: 600;margin-bottom: 10px;}
.contact-section .map_contact p span {font-weight: 100;font-size: 13px;line-height: 1.4;}
/* maps end here*/
/*benesta kariyer*/
#videolar {height: 700px;}
.lig_vdeolar.kariyer_vdeolar {position:relative;min-height: 515px;max-width:1024px;margin:0 auto;}
.lig_vdeolar.kariyer_vdeolar .owl-nav {display: none;}
.lig_vdeolar.kariyer_vdeolar .owl-carousel .owl-item .campaign_box {/* height: 0px; *//* padding:0; */display: none;}
.lig_vdeolar.kariyer_vdeolar .owl-carousel .owl-item .campaign_wrapper:hover img { opacity: .6; }
.lig_vdeolar.kariyer_vdeolar .owl-carousel .owl-item .campaign_wrapper img { opacity: .6; }
.lig_vdeolar.kariyer_vdeolar .owl-carousel .owl-item.center .campaign_box {position:relative;height: 125px;padding:40px;display: block;text-align: center;}
.lig_vdeolar.kariyer_vdeolar .owl-carousel .owl-item .campaign_wrapper:hover {box-shadow: none;}
.lig_vdeolar.kariyer_vdeolar .owl-carousel .owl-item.center .campaign_wrapper:hover img {opacity: 1;}
.lig_vdeolar.kariyer_vdeolar .owl-carousel .owl-item.center .campaign_wrapper img {opacity: 1;}
.lig_vdeolar.kariyer_vdeolar .owl-carousel .owl-item .campaign_wrapper {width: calc(100% - 90px);border-radius: 0;position: relative;left: 50%;transform: translate(-50% , 30%);top: 50%;}
.lig_vdeolar.kariyer_vdeolar .owl-carousel .owl-item.center .campaign_wrapper {width: 95%;border-radius: 0;position: relative;left:0;transform: none;}
.lig_vdeolar.kariyer_vdeolar .owl-carousel .owl-item .item{min-height: 570px;}
.lig_vdeolar.kariyer_vdeolar .owl-carousel .owl-item.center .item{margin-top:120px;}
.lig_vdeolar.kariyer_vdeolar .k_left {position: absolute;top: 30%;left: -80px;transform: translate(0% , -50%);cursor:pointer;}
.lig_vdeolar.kariyer_vdeolar .k_right {position: absolute;top: 30%;right: -80px;transform: translate(0% , -50%);cursor:pointer;}
.lig_vdeolar.kariyer_vdeolar .owl-carousel .owl-item .campaign_line {height: 0;}
.lig_vdeolar.kariyer_vdeolar .owl-carousel .owl-item.center .campaign_wrapper .campaign_line {height: 40px;}
.lig_vdeolar.kariyer_vdeolar .owl-carousel .owl-item.center .campaign_wrapper:hover .campaign_line {height:60px;}
.lig_vdeolar.kariyer_vdeolar .campaign_box .campaign_title {font-size: 20px; font-weight: 700; margin-bottom: 10px; color: #fff; min-height:20px;line-height:1.3;}
.lig_vdeolar.kariyer_vdeolar .campaign_box .campaign_desc {font-size: 18px; font-weight: 300; margin-bottom: 0px; color: #c09d42; min-height:20px;}
.lig_vdeolar.kariyer_vdeolar .k_play {position: absolute; top: -20%;width: 0px; left: 50%; transform: translate(-50% , -50%);}
.lig_vdeolar.kariyer_vdeolar .owl-carousel .owl-item.center .k_play {width: 110px;}
.lig_vdeolar.kariyer_vdeolar .campaign_line{height:40px;width:1px;background-color:#c09d42;top:-20px;}
.lig_vdeolar.kariyer_vdeolar .campaign_wrapper:hover .campaign_line{height:60px; top:-30px;}
.lig_vdeolar.kariyer_vdeolar .campaign_wrapper:hover{box-shadow:0px 0px 14px 3px rgba(0,0,0,.5);}
.lig_vdeolar.kariyer_vdeolar .radius {position: relative;border: 5px solid #0e0e0e;border-radius: 50%;overflow: hidden;box-shadow: -1px 3px 20px 13px #00000099;}
/* FOOTER */
footer {

    background-size: cover;
    padding: 80px 0;
    display: flex;
    /* justify-content: center;*/
    flex-flow: column;
    position: relative;
}
    footer .footer_logo {
        width: 200px;
        margin: 0 auto 60px;
    }
    footer .footer_menu {
        margin: 0 auto 60px;
    }
        .footer_menu li {
            display: inline-block;
            margin-right: -5px;
        }
            .footer_menu li:last-child a{
                border-right: 0;
            }
            .footer_menu li a{
                font-size: 17px;
                color: #fff;
                font-weight: 300;
                letter-spacing: 5px;
                padding: 5px 30px;
                border-right: 2px solid var(--color1);
            }
                 .footer_menu li a:hover {
                     background: var(--color1);
                     color: #000;
                 }
    footer .social_media {
        margin: 0 auto 60px;
    }
        .social_media li {
            display: inline-block;
            margin: 0 20px;
        }
            .social_media li a {
                font-size: 30px;
                color: var(--color1);
            }
                .social_media li a:hover {
                    color: #fff;
                }
    footer p.copyright {
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.3);
    }
        p.copyright a {
            color: #fff;
            font-size: 14px;
            font-weight: 500;
            margin-left: 30px;
        }
footer  .scope-logo {
        height: 10px;
        position: relative;
        width: 53px;
        overflow: visible;
        position:absolute;
        top: 50%;
        right: 0px;
        transform: rotate(-90deg) translate(0,-50%);
        }
footer  .scope-logo img{ max-height: 10px; display: block; }
footer  .scope-logo a:after {
        content: '';
        width: 0;
        height: 10px;
        background: url("../images/scope-white.png");
        background-position: left top;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        }
footer  .scope-logo a:hover:after {
        width: 100%;
        }





@media (min-width: 769px) {
    .mobileShow {
        display: none !important;
    }
    .map-popup iframe {
        min-width: 600px;
    }
    body.safari .main {
        max-width: 100vw;
        overflow-x: hidden;
    }

}
@media (min-width: 1691px) {

}
@media (max-width: 1690px) {
    .mainSlider_buttons {
        top: 184px;
        right: 100px;
    }
    .slider_content .head {
        margin-bottom: 30px;
    }
    .slider_content h3 {
        margin-bottom: 50px;
    }
    .esta_cons {
        padding:80px 100px 100px;
    }
    .esta_inner h3 {
        font-size:50px;
    }
    .project_section {
        padding:80px 100px 100px;
    }
}

@media (max-width: 1440px) {
    :root {
        --projePadding: 50px;
    }
    header {
        padding: 0 50px;
    }
    .menu {
        padding: 50px;
    }
        .navigation {
            margin-top: 50px;
        }
    .slider_content {
        left: 80px;

    }
    #homePage .slider_content {
        margin-top: 0;
    }
        #homePage .slider_content h3 {
            font-size: 50px;
        }
    .bottom_links a.prev-btn {
        padding-left: 50px;
    }
    .bottom_links a.next-btn {
        padding-right: 50px;
    }
    .tags_inner {
        padding: 100px 50px 50px;
    }
    .info_text {
        font-size: 29px;
    }
    .news::after {
        top: -66px;
    }
    .content-header h1 {
        font-size: 55px;
    }
    .content-section .container {
        max-width: 1200px;
    }
        .content-block h3 {
            margin-bottom: 30px;
        }
        .content-block p {
            font-size: 18px;
        }
    .contact-section .container {
        max-width: 1200px;
    }
        .adress-item {
            padding: 20px 30px 50px;
        }
            .adress-item_name {
                font-size: 23px;
            }
            .adress-item_text {
                margin-bottom: 30px;
            }
    .projects-section {
        padding: 250px 30px 0;
    }
    .projects-menu {
        padding-left: 0;
    }
    .projelerSlider_dots {
        padding-left: 0;
    }
    .projelerSlider .slick-list {
        padding-bottom: 230px;
    }
    .slide-proje-item .project_slider_inner .name {
        font-size: 28px;
    }
    .news-section .container {
        max-width: 1200px;
        width: 100%;
    }
    .couner-item .mini-year {
        left: -45px;
    }
    .couner-item.right .mini-year {
        right: -45px;
    }
}

@media (max-width: 1366px) {
    .slider_content h3 {
        font-size: 49px;
    }
    .projects-section {
        padding-top: 165px;
    }
    .projelerSlider .slick-list {
        padding-bottom: 200px;
    }
    .drop_menu {
        padding-top: 30px;
    }
    .navigation .drop_menu li {
        margin-bottom: 10px;
    }
        .navigation .drop_menu li a {
            font-size: 15px;
        }
    .new-item_inner h4 {
        font-size: 18px;
    }
    .new-item_inner p {
        font-size: 14px;
    }
    .esta_cons {
        padding: 80px 40px 100px;
    }
}

@media (min-width: 992px) and (max-width: 1201px) {
    .headerSection {
        height: auto;
    }
    #homePage .slider_content h3 {
        font-size: 25px;
    }
    .mainSlider .slider_item a img, .video_btn span {
        display: none;
    }
    section {
        width: 100vw;
    }
    .esta_inner h3 {
        font-size: 27px;
    }
    .esta_inner p {
        font-size: 19px;
    }
    .esta_image {
        width: 25%;
        display: inline-block;
    }
    .esta_image img {
        width: 100%;
    }
    .projeSlider {
        margin-top: 35px;
    }
    .project_slider_inner .name {
        font-size: 25px;
        margin-bottom: 30px;
    }
    .new_item_cover .head {
        overflow: hidden;
    }
    .mainSlider_dots {
        padding: 45px 0;
    }
    .mainSlider_social {
        padding-bottom: 45px;
    }
    .navigation {
        width: 100%;
        margin: 100px 0 0;
    }
    #projectPage .slider_content h3 {
        font-size: 45px;
    }
    .project_gallery .gallerySlider_dots .dots_inner {
        display: none;
    }
    .content-header {
        height: 34vh;
    }
        .content-header h1 {
            font-size: 40px;
        }
    .contact-section .container {
        width: 100%;
        padding: 0 30px;
    }
    .adress-item {
        padding: 20px 20px 30px;
    }
        .adress-item > a {
            font-size: 14px;
        }
        .adress-item_name {
            font-size: 20px;
        }
        .adress-item_info {
            font-size: 15px;
        }
    .news-section .container {
        max-width: 1200px;
        width: 100%;
        padding: 0 30px;
    }
    .projects-section .column_left, .projects-section .column_right {
        width: 100%;
    }
    .slide-proje-item .project_slider_inner .name {
        font-size: 19px;
    }
    .content-section .column_right.column {
        padding: 0;
    }
    .content-section .container {
        max-width: 1200px;
        padding: 0 30px;
    }

}
@media (min-width: 769px) and (max-width: 1025px) {

}


@media (max-width: 1025px) {

}

@media (max-width: 991.98px) {

}
@media (min-width: 769px) and (max-width: 991.98px) {

}
@media (max-width: 768px) {
    .mobileHide {
        display: none !important;
    }
    body {
        width: 100vw;
    }
    .lig_vdeolar.kariyer_vdeolar .owl-carousel .owl-item.center .campaign_wrapper {width: 60%; left: 50%; top: 50%; transform: translate(-50% , -5%);}
    .lig_vdeolar.kariyer_vdeolar .k_left {width: 40px;left:0px;z-index:99;}
    .lig_vdeolar.kariyer_vdeolar .k_right{width: 40px;right:0px;z-index:99;}
    .lig_vdeolar.kariyer_vdeolar .owl-carousel .owl-item.center .k_play {width: 70px;}
    .lig_vdeolar.kariyer_vdeolar .owl-carousel .owl-item.center .campaign_box {padding:25px 10px 0px;}
    .w-25, .w-40, .w-50, .w-60, .w-75, .w-100 {
        width: 100%;
    }
    .main.projectBody .headerSection {
        height: auto;
    }
    .headerSection {
        /* height: auto; */
    }
    .mainSlider_dots {
        padding: 20px 0;
    }
    .mainSlider_social {
        position: relative;
        background: #000;
        display: none;
    }
    .mainSlider_buttons {
        right: 25px;
        top: 120px;
    }
    .slider_content {
        left: 15px;
        right: 15px;
        margin-top: -75px;
    }
    .slider_content .head {
        padding-left: 40px;
    }
        .animation .slider_content .head::after {
            width: 22px;
        }
    #homePage .slider_content h3 {
        font-size: 23px;
        margin-bottom: 20px;
        letter-spacing: 7px;
        width: 100%;
    }
    #homePage .slide_down {
        display: none;
    }
    .video_btn span, .video_btn > img {
        display: none;
    }
    .video_btn {
        margin-bottom: 20px;
    }
    .new_item_cover .head {
        height: auto;
    }
    .news_head h3 {
        padding-left: 0;
    }
    .news_head a {
        margin-right: 0;
        letter-spacing: 1px;
    }
    .esta_head {
        padding-left: 30px;
        margin-bottom: 20px;
    }
        .esta_head::after, .news_head h3::after {
            width: 20px;
        }
    .esta_inner {
        width: 100%;
    }
        .esta_inner h3 {
            font-size: 25px;
        }
        .esta_inner p {
            font-size: 18px;
            margin-bottom: 20px;
        }
        .esta_image {
            width: 50%;
            display: block;
            margin: 25px auto 0;
        }
    .esta_cons {
        padding: 20px 15px;
    }

    .news {
        padding: 20px 15px;
    }
        .news_head {
            margin-bottom: 20px;
        }
        .news_slider_buttons a {
            margin: 0 15px;
        }
        .newsSlider_dots {
            margin: 15px 0;
        }
    .footer_menu li {
        display: block;
        margin: 0 0 10px 0;
        text-align: center;
    }
        .footer_menu li a {
            border: none;
        }
    .social_media li {
        margin: 0 10px;
    }
    header {
        height: 60px;
        /* background-image: linear-gradient(to right, #000000, #3d2727, #aa7a4f, #d1b160);
        box-shadow: 0px 5px 0px 0px rgba(0,0,0,.3); */
        top: 15px;
        padding: 0 15px;
    }
        .hamburger {
            margin-top: 25px;
        }
        .language {
            margin-top: 20px;
            margin-right: 20px;
        }
            .language li.divider {
                padding: 0 5px;
            }
        .logo {
            max-width: 150px;
        }

    .project_section {
        padding:30px 15px;
    }
    .projeSlider {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }
    .project_section .project_head h3 {
        padding-left: 0;
    }
        .project_section .project_head h3::after {
            display: none;
        }
    .projeSlider .slick-list {
        width: 100%;
        padding-right: 0;
    }
    .projeSlider .slick-slide {
        margin-right: 0;
        padding-left: 0;
    }
    .project_slider_inner {
        left: 15px;
    }
    .slide-proje-item .project_slider_inner {
        left: 15px;
    }
    .project_slider_inner .no {
        margin-bottom: 15px;
    }
    .project_slider_inner .name {
        font-size: 23px;
        letter-spacing: 8px;
        margin-bottom: 20px;
    }
    #homePage .projeSlider_buttons {
        margin-top: 19px;
    }
    .contact-section {
        margin-top: 10px;
        padding: 0 15px;
    }
    .adress-block {
        display: block;
        padding: 0;
        margin-bottom: 30px;
    }
        .adress-item {
            display: block;
            margin-bottom: 10px;
        }
    .content-header {
        height: 30vh;
    }
        .content-header h1 {
            font-size: 25px;
            margin-top: 25px;
        }
    .form-block_title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    #contact_form .input_column {
        width: 100%;
        margin: 0 0 45px 0;
    }
    #contact_form .input_column.message_column {
        width: 100%;
    }
    .submit {
        max-width:none;
    }
    #contact_form .checkmark {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
        #contact_form label input:checked ~ .checkmark {
            font-size: 15px;
        }
        #kvkk {
            font-size: 13px;
            line-height: 35px;
            padding-left: 40px;
        }
    .menu .menu_logo {
        width: 150px;
    }
    .menu {
        padding: 15px;
    }
        .navigation {
            display: block;
            width: 100%;
        }
            .navigation .nav-big {
                display: block;
            }
                .navigation .nav-big li {
                    display: block;
                    margin-bottom: 25px;
                }
                    .navigation .nav-big li a span {
                        margin-bottom: 2px;
                    }
        .menu .social_media {
            position: initial;
            width: 100%;
            text-align: center;
            margin-top: 15px;
        }
        .navigation .nav-big li.dropdown:hover .drop_menu {
            background: #000;
            padding: 10px;
            z-index: 55;
        }
    .content-section #row10 {
        margin-top: 30px;
    }
    .content-section #row10 .column_left.column {
        padding-top: 0;
    }
    .column_left.column, .column_right.column {
        padding: 0 15px !important;
    }
    .content-section .container {
        max-width: none;
        width: 100%;
        padding: 0 15px;
    }
    .content-block {
        margin-bottom: 35px;
    }
        .content-block h3 {
            font-size: 20px;
        }
        .content-block h4 {
            font-size: 17.5px;
        }
        .content-block p, .content-block li {
            font-size: 15px;
        }
    #projectPage .slider_content {
        margin-top: 135px;
    }
    #projectPage .slide_down {
        display: none;
    }
    #projectPage .slider_content h3 {
        font-size: 18px;
        width: 100%;
        letter-spacing: 3px;
    }
    #projectPage .mainSlider .slider_item img {
        opacity: 0.5;
    }
    .project_information {
        padding-top: 30px;
        flex-flow: column;
        margin-bottom: 30px;
    }
    .info_inner {
        padding: 0 15px;
    }
    .info_text {
        font-size: 16px;
    }
    .project_tags {
        width: 100%;
        margin-top: 20px;
    }
    #projectPage .container {
        padding: 0 15px;
    }
    .video_section a span {
        width: 100px;
        height: 100px;
    }
    .section_text_bg {
        display: none;
    }
    .video_section {
        margin-bottom: 30px;
    }
        .video_section a {
            margin-bottom: 20px;
        }
        .video_section p {
            column-count: 1;
            font-size: 18px;
            line-height: 1.9;
        }
    .project_gallery .gallerySlider_dots {
        display: none;
    }
    .bottom_links a {
        padding: 30px 0;
        font-size: 15px;
        position: relative;
    }
        .bottom_links a.prev-btn {
            padding-left: 15px;
        }
        .bottom_links a.next-btn {
            padding-right: 15px;
        }
            .bottom_links a .number {
                top: 0;
                font-size: 15px;
                letter-spacing: 0;
            }
                .bottom_links a.prev-btn .number::after {
                    content: "-";
                }
                .bottom_links a.next-btn .number::before {
                    content: "-";
                }
            .bottom_links a .line {
                display: none;
            }
    .new-block {
        grid-gap: 15px;
        grid-template-columns: repeat(1, calc(100% - 15px));
        padding-left: 15px;
    }
    #rakamlarla-biz {
        padding:30px 15px;
    }
    .couner-item {
        float: left;
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
    }
    .couner-item .big-year {
        font-size: 95px;
        text-align: center;
    }
    .couner-item p {
        font-size: 13px;
    }
    .couner-line {
        display: none;
    }
    .projects-section {
        padding: 110px 15px 20px;
    }
    .projects-menu {
        margin-top: 0;
    }
    .projelerSlider  {
        margin-top: 20px;
    }
    .projelerSlider_dots {
        margin-top: 15px;
    }
    .projelerSlider .slick-list {
        padding-bottom: 0;
        height: 100% ;
    }
    .slide-proje-item {
        padding-left: 0;
    }
    .slick-current .slide-proje-item, .slide-proje-item {
        transform: translateX(0) !important;

    }
        .slick-current .slide-proje-item img {
            opacity: 0.7;
        }
    .slick-vertical .slick-slide {
        margin-bottom: 20px;
    }
    .slide-proje-item .project_slider_inner .name {
        font-size: 15px;
        text-shadow: 0 0 20px black;
    }
    .projects_buttons {
        right: -27px !important;
        bottom: 72px !important;
    }
    .newsSlider_dots .dots_inner {
        display: none;
    }
    .news::before {
        display: none;
    }
    .fancybox-content {
        padding: 20px;
    }
    .tags_inner {
        padding: 50px 20px 10px;
    }
        .tag_item {
            font-size: 18px;
            margin-bottom: 25px;
        }
}


@media (max-width: 575px) {
    .couner-item .mini-year {
        display: none;
    }



}


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

}


@media (max-width: 330px) {

}




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