.mobileHeader {
    padding: 20px 15px;
    z-index: 16;
    transition: 0.1s 0.2s ease box-shadow, 0.1s ease background;
    background-color: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.mobileHeader .btnPoisition {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

body.mobileMenuActive .button-toggle:before {
    opacity: 1;
    transition: 0.2s 0.2s ease all;
}

body.mobileMenuActive .button-toggle span:nth-child(1) {
    transform: rotate(45deg) translate(-4px, 4px);
}

body.mobileMenuActive .button-toggle span {
    width: 25px;
}

body.mobileMenuActive .button-toggle span {
    background: #666666;
}

body.mobileMenuActive .button-toggle span:nth-child(2) {
    transform: translateX(-50px);
    opacity: 0;
}

body.mobileMenuActive .button-toggle span:nth-child(3) {
    transform: rotate(-45deg) translate(-4px, -4px);
}

.button-toggle {
    cursor: pointer;
    background: 0 0;
    box-shadow: none;
    border: none;
    transition: all .3s;
    height: 40px;
    position: absolute;
    z-index: 30;
    outline: unset !important;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    width: 40px;
    right: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-toggle:before {
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    background: white;
    border-radius: 100%;
    left: -10px;
    top: -9px;
    opacity: 0;
    transition: unset;
}

.button-toggle span:nth-child(1) {
    transform: translateY(-13px);
}

.button-toggle span {
    display: block;
    width: 48px;
    height: 6px;
    background: #fff;
    border-radius: 10px;
    margin: 0;
    position: absolute;
    top: 19px;
    left: 13px;
    box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.20);
    transition: all .3s;
}

.button-toggle span:nth-child(3) {
    transform: translateY(13px);
}

.mobileHeader .logo {
    display: block;
    position: relative;
    height: 70px;
}

.mobileHeader .logo img {
    opacity: 1;
    transition: 0.3s ease all;
    height: 100%;
}

.button-toggle {
    top: 10px;
}

.mobileHeader .logo .img {
    background-image: url(../img/logo.svg);
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 0;
    transition: 0.3s ease all;
}

body.mobileMenuActive .mobileMenu {
    opacity: 1;
    pointer-events: auto;
}

.mobileMenu {
    position: fixed;
    top: 0;
    left: 0px;
    right: 0px;
    overflow: hidden;
    height: 100vh;
    transition: 0.3s ease opacity;
    z-index: 15;
    background: #000;
    pointer-events: none;
    opacity: 0;
}

.mobileMenu .menucontainer {
    opacity: 0;
    transition: 0.3s 0.3s ease all;
    width: 100vw;
    height: 100vh;
    position: relative;
}

.mobileMenu .menuContent2 {
    position: absolute;
    right: -100%;
    top: 0px;
    bottom: 0px;
    transition: 0.3s ease right;
    padding-top: 130px;
    width: 100vw;
    height: 100vh;
    flex-direction: column;
}

.mobileMenu .menuContent2 .back {
    -webkit-mask: url(../img/left-arrow.svg);
    -webkit-mask-position: center;
    -webkit-mask-size: 100% auto;
    -webkit-mask-repeat: no-repeat;
    width: 40px;
    height: 30px;
    background: #fff;
    margin-bottom: 0px;
    margin-top: 5px;
}

.mobileMenu .menuContent2 .title {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    line-height: 40px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.mobileMenu .menuContent2 .head {
    padding-left: 30px;
}

.mobileMenu .menuContent2 .content {
    border-top: 2px solid #3c3c3b0d;
}

.mobileMenu .menuContent2 .navbar-nav {
    padding: 10px 0px;
}

.mobileMenu .menuContent2.active {
    right: 0%;
}

.mobileMenu .navbar-nav > li.submenu .submenuarea {
    display: none;
}

body.mobileMenuActive .mobileMenu .menucontainer {
    opacity: 1;
}

.mobileMenu .menuContent1.active {
    left: 0%;
}

.mobileMenu .menuContent1 {
    position: absolute;
    left: -100%;
    top: 0px;
    bottom: 0px;
    transition: 0.3s ease left;
    padding-top: 130px;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    padding-top: 130px;
}

.mobileMenu .navbar-nav {
    padding: 0;
}

.mobileMenu .navbar-nav > li > a {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 40px;
    display: block;
    padding: 0px;
    padding-left: 17px;
}

.mobileMenu {
    display: none;
}

.mobileHeader {
    display: none;
}

.mobile-show {
    display: none;
}
.mobile-hidden {
    display: block;
}
li.submenu a span i {
    display: none;
}

@media only screen and (max-width: 768px) {
    .custom-galeri .content .close {
        position: absolute;
        right: 20px;
        top: 20px;
        color: #fff;
        z-index: 23;
        opacity: 1;
        font-size: 40px;
        text-shadow: 6px 3px 20px black;
    }
    section.order {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    section.order .mainKurumsal {
        order: 2;
    }
    section.order .mainTanitim {
        order: 1;
    }
    .subOrder > *:first-child {
        order: 2;
    }
    .mobile-show {
        display: block !important;
    }
    .mobile-hidden {
        display: none !important;
    }
    .mobileHeader {
        display: block;
        border-bottom: 1px solid #ffffff29;
    }
    .mobileMenu {
        display: block;
    }
    .header-banner .banner-text {
        height: calc(480px - 140px);
    }
    body.mobileMenuActive {
        max-height: 100vh;
        max-width: 100vw;
        overflow: hidden;
    }
    header {
        display: none;
    }
    footer:before {
        display: none;
    }
    .menuContent1 .dilLi {
        width: 100%;
        display: block;
        padding: 0 30px;
    }
    .menuContent1 .dilLi .diller {
        display: flex;
        align-items: center;
    }
    .menuContent1 .dilLi .diller .selected {
        margin-right: 10px;
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        line-height: 77px;
        display: block;
        padding: 0px;
        text-decoration: underline;
    }
    .menuContent1 .dilLi .diller .list {}
    .menuContent1 .dilLi .diller .list a {
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        line-height: 77px;
        display: block;
        padding: 0px;
    }
    body {
        padding-top: 110px;
    }
    section.slider ul.slider-projeler {
        display: none;
    }
    section.mainKurumsal {
        padding: 40px 0;
    }

    section.mainKurumsal img{
        display: none;
    }
    section.mainTanitim {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    section.mainTanitim span.tanitimSpan {
        margin-top: 50px;
    }
    section.mainTanitim a.mainHaber{
        margin-bottom: 30px;
    }
    section.mainEbulten {
        background-repeat: no-repeat;
        background-position: center;
    }
    section.mainEbulten .ebultenParent form {
        width: 100%;
        padding: 0 40px;
    }
    section.mainEbulten .ebultenParent {
        background-size: unset;
        background-position: center;
        margin: 0 -15px;
    }
    section.mainEbulten .ebultenParent span {
        width: 100%;
    }
    footer .footer-pages {
        justify-content: space-between;
        margin-bottom: 20px;
    }
    footer .footer-pages .ul-pages {
        margin-left: 0;
    }
    footer .footer-social + ul.footer-links {
        margin-top: 35px;
    }
    footer {
        padding: 160px 0 35px;
    }

    footer .footer-copyright{
        flex-direction: column;
        align-items: center;
    }
    .mobileMenu .slider-projeler {
        display: flex;
        flex-direction: column;
        padding-left: 20px;
    }
    .mobileMenu .slider-projeler li {
        padding: 15px 0;
    }
    .mobileMenu .slider-projeler li a {
        color: #fff;
    }
    .mobileMenu .slider-projeler li a img {}
    .mobileMenu .slider-projeler li a span {}
    section.projeheader .proje-breadcrumb {
        position: fixed;
        bottom: 0;
        z-index: 999;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    section.projeheader .proje-breadcrumb li {
        padding: 0 15px;
    }
    section.projeheader .proje-breadcrumb li a {
        font-size: 12px;
    }
    section.ozellikSection .proje-ozellikler {
        justify-content: center;
    }
    section.ozellikSection .proje-ozellikler .proje-ozellik {
        width: calc(100% / 3);
        margin-bottom: 30px;
        padding: 0;
    }
    section.ozellikSection .proje-ozellikler .proje-ozellik span {
        font-size: 12px;
        width: 80%;
        margin: 0 auto;
    }
    section.ozellikSection {
        padding-bottom: 20px;
    }
    section.galeriSection {
        padding: 45px 0;
    }
    section.lokasyonSection {
        padding: 30px 0;
        background: #f4f6fa;
    }
    section.lokasyonSection ul.nav-pills li a {
        margin-right: 10px;
    }
    #pills-tab {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .tab-content {
        margin-bottom: 15px;
    }
    section.bitenheader h1, section.iletisimheader h1, section.haberheader h1 {
        color: #fff;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 22px;
        text-align: center;
    }
    section.bitenheader, section.haberheader, section.iletisimheader {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    section.iletisimheader:after {
        background-color: rgba(0, 0, 0, 0.45);
    }
    section.iletisimInfo a {
        margin-bottom: 30px;
    }
    section.haberSection .haber-item h1.title {
        margin-top: 20px;
    }
    section.kurumsal {
        padding-top: 30px;
    }
    section.projeSection {
        text-align: center;
    }



    section.slider .swiper-slide .img {
        padding-bottom: 100%;
    }

    section.slider .swiper-slide .img img {
        min-height: unset;
        height: 100%;
    }

    section.slider .swiper-slide .content .text {
        color: #41351b;
        font-size: 22px;
        font-weight: 800;
        line-height: 28px;
        text-align: right;
        max-width: 50%;
        margin-left: auto;
    }

    section.slider .swiper-slide .content:before {
        display: none;
    }

    section.slider .swiper-slide .content .text:before {
        display: none;
    }

    section.slider .swiper-slide .content .text:after {
        display: none;
    }

    section.slider .swiper-slide .content {
        right: 20px;
        left: 20px;
        position: absolute;
        bottom: 0;
        max-width: 100%;
        transform: translateY(-50%);
        text-align: right;
        top: unset;
        margin-right: unset;
    }

    section.slider .swiper-slide .content .link {
        bottom: -30px;
    }

    section.slider .swiper-slide.swiper-slide-active .content .link {
        right: 0;
    }

    section.isikhakkimizda {
        padding: 10px;
        background: #1b1d1f;
        position: relative;
        overflow: hidden;
    }

    section.isikhakkimizda .img:before {
        display: none;
    }

    .haberler .haber {
        margin-bottom: 20px;
    }

    section.ebulten .ebultenarea {
        z-index: 9;
    }

    section.ebulten .ebultenarea form {
        align-items: flex-end;
        flex-direction: column;
    }

    section.ebulten .ebultenarea form input {
        margin-bottom: 12px;
    }

    section.ebulten .ebultenarea:before {
        background-size: contain;
        background-repeat: no-repeat;
        width: 308px;
        height: 284px;
        position: absolute;
        right: -140px;
        bottom: -40px;
        pointer-events: none;
    }

    section.ebulten .ebultenarea .text {
        padding-left: 0;
    }

    footer a.logo {
        margin-left: 0;
    }

    footer .sosyal {
        text-align: left;
    }

    footer .links {
        text-align: left;
        margin-top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    footer .links a {
        color: #fff;
        position: relative;
        display: inline-block;
        margin: 4px 14px;
        font-size: 14px;
    }
    footer .links a:before {
        display: none;
    }

    body {
    }
    .copyright p {
        font-size: 12px;
    }
    section.ebulten {
        overflow: hidden;
    }
    section.bizdenhaberler h2 {
        margin-bottom: 30px;
    }
    section.bizdenhaberler {
        padding-top: 100px;
    }
    .header-banner {
        height: 340px;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        width: 100%;
    }
    .header-banner .banner-text h4:after {
        top: 61%;
    }
    .header-banner .banner-text h4 {
        font-size: 26px;
        font-weight: 800;
        margin: 0;
        color: #fff;
        line-height: 1;
        position: relative;
    }
    .grid-sizer, .grid-item {
        width: 100%;
    }
    .grid .grid-item .overlay {
        opacity: 1;
        width: 100%;
        height: unset;
    }

    .grid .grid-item .overlay span {
        left: 30px;
    }

    section.iletisimForm h1 {
        font-size: 32px;
    }

    section.page-content {
        padding: 70px 0 20px 0;
        min-height: 800px;
    }
    .gallery-thumbs {
        width: 100% !important;
    }
    .button-arrow {
        display: none;
    }
    section.ozellikSection h4 {
        font-size: 32px;
    }

    section.ozellikSection p {
        font-size: 16px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1023px) {
    .mobile-show {
        display: block !important;
    }

    .mobile-hidden {
        display: none !important;
    }

    .mobileHeader {
        display: block;
    }

    .mobileMenu {
        display: block;
    }

    .menuContent1 .dilLi {
        width: 100%;
        display: block;
        padding: 0 30px;
    }

    .menuContent1 .dilLi .diller {
        display: flex;
        align-items: center;
    }

    .menuContent1 .dilLi .diller .selected {
        margin-right: 10px;
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        line-height: 77px;
        display: block;
        padding: 0px;
        text-decoration: underline;
    }

    .menuContent1 .dilLi .diller .list {
    }

    .menuContent1 .dilLi .diller .list a {
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        line-height: 77px;
        display: block;
        padding: 0px;
    }

    body.mobileMenuActive {
        max-height: 100vh;
        max-width: 100vw;
        overflow: hidden;
    }

    header {
        display: none;
    }

    section.ozellikSection .proje-ozellikler {
        justify-content: center;
    }
    section.ozellikSection .proje-ozellikler .proje-ozellik {
        width: calc(100% / 5);
        margin-bottom: 30px;
        padding: 0;
    }
    section.ozellikSection .proje-ozellikler .proje-ozellik span {
        font-size: 14px;
        width: 80%;
        margin: 0 auto;
    }

    section.page-content {
        min-height: unset;
        padding: 70px 0 90px 0;
    }
    section.ebulten .ebultenarea {
        z-index: 9;
    }
    section.ebulten .ebultenarea .text {
        padding-left: 0;
        margin-bottom: 10px;
    }
    footer .links {
        margin-top: 60px;
    }
    footer .links a:before {
        display: none;
    }

    .grid-sizer, .grid-item {
        width: 49%;
    }
    section.bizdenhaberler {
        padding: 50px 0 ;
    }
}