.mobileHeader {
    padding: 20px 15px;
    z-index: 16;
    transition: 0.1s 0.2s ease box-shadow, 0.1s ease background;
    background-color: #fff;
    position: relative;
    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: 50px;
    height: 50px;
    position: absolute;
    background: white;
    border-radius: 100%;
    left: -6px;
    top: -5px;
    opacity: 0;
    transition: unset;
}

.button-toggle span:nth-child(1) {
    transform: translateY(-12px);
}

.button-toggle span {
    display: block;
    width: 38px;
    height: 6px;
    background: #000;
    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(12px);
}

.mobileHeader .logo {
    display: flex;
    position: relative;
    height: 70px;
    align-items: center;
}

.mobileHeader .logo img {
    opacity: 1;
    transition: 0.3s ease all;
    height: unset;
}

.button-toggle {
    top: 13px;
}

.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;
    background: #000000c4;
}

.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;
}

.mobileMenu .navbar-nav {
    padding: 50px 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.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 !important;
}
.mobile-hidden {
    display: block;
}
li.submenu a span i {
    display: none;
}

@media only screen and (max-width: 768px){
    .mobile-show {
        display: block !important;
    }

    .mobile-hidden {
        display: none !important;
    }

    .mobileHeader {
        display: block;
    }

    .mobileMenu {
        display: block;
    }

    body.mobileMenuActive {
        max-height: 100vh;
        max-width: 100vw;
        overflow: hidden;
    }

    header {
        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;
    }
    .mobileMenu .navbar-nav > li > a {
        color: #fff;
        font-size: 28px;
        font-weight: 500;
        line-height: 40px;
        display: block;
        padding: 0px;
        padding-left: 0;
    }
    .mobileMenu .navbar-nav > li.subMenu > a{
        pointer-events: none;
    }

    .mobileMenu .navbar-nav > li.subMenu .dropdown{
        transform: scaleY(0);
        transition: .3s ease all;
        transform-origin: top;
        min-height: 0;
        max-height: 0;
    }

    .mobileMenu .navbar-nav > li.subMenu:hover .dropdown{
        transform: scaleY(1);
        min-height: 70px;
        max-height: 300px;
    }

    .mobileMenu .navbar-nav > li.subMenu .dropdown .subMenu{
        padding: 10px 30px;
    }

    .mobileMenu .navbar-nav > li{
        display: inline-block;
    }

    .mobileMenu .navbar-nav > li.subMenu .dropdown .subMenu li a{
        color: #fff;
        position: relative;
    }

    .mobileMenu .navbar-nav > li.subMenu .dropdown .subMenu li a:before{
        content: '';
        position: absolute;
        left: -12px;
        top: 50%;
        transform: translateY(-50%);
        background: #fff;
        width: 5px;
        height: 5px;
        border-radius: 100%;
    }

    section.portfolyo h4.title{
        padding: 30px 0 90px;
        font-size: 25px;
        background: #efefef;
        margin: 0 -5px -60px;
    }
    section.services h4.title{
        background: #fff;
        font-size: 25px;
        padding: 15px 0 30px;

    }
    section.services .service-item{
        padding: 30px 60px;
        text-align: center;
        margin-bottom: 15px;
        position: relative;
        height: auto;
    }
    section.services .service-item h4{
        margin: 0;
        font-size: 17px;
    }
    section.services .service-item h4 a{
        color: #fff;
    }
    section.services .service-item ul{
        display: none;
    }
    section.services p.slogan{
        display: none;
    }
    section.blogs{
        padding: 25px 0 40px;
        border-top: 3px solid #000;
    }
    section.blogs h4.title{
        font-size: 40px;
        margin-bottom: 10px;
    }
    section.blogs .blog-item{
        padding: 0 0 20px;
        flex-direction: column;
    }
    section.blogs .blog-item .item-left{
        width: 100%;
    }
    section.blogs .blog-item .item-right{
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }
    section.blogs .blog-item p{
        width: 100%;
    }

    body.index section.blogs .blog-item:nth-child(n+6){
        display: none;
    }
    section.blogs .blog-item a{
        font-size: 16px;
        margin-bottom: 15px;
    }
    section.blogs .blog-item:after {
        display: none;
    }
    section:where(.blogs, .portfolyo) a.more-btn{
        font-size: 16px;
        width: 50%;
        margin: 0 auto;
        height: 50px;
    }
    footer .left{
        flex-direction: column;
        align-items: center;
    }

    footer a.logo{
        border-right: unset;
        margin-right: 0;
        padding-right: 0;
    }

    footer .contact-item{
        border-right: unset;
        margin-right: 0;
        padding-right: 0;
        max-width: 100%;
        text-align: center;
        margin-top: 30px;
        font-size: 15px;
    }
    footer{
        padding: 50px 0;
    }
    footer ul.social li a{
        width: 40px;
        height: 40px;
    }
    footer ul.social li a svg{
        width: 24px;
        height: 24px;
    }
    footer ul.social{
        margin-top: 30px;
        justify-content: center;
    }
    footer ul.social li:first-child{
        margin-left: 0;
    }
    footer p.copyright{
        margin-top: 20px;
        margin-bottom: 0;
    }
    section.post-page{
        padding-top: 30px;
        text-align: left;
    }
    section.post-page p{
        font-size: 16px;
        line-height: 1.4;
    }
    section.page-header#kurumsal img.kurumsal-header{
        min-height: 180px;
    }
    section.portfolyo-header{
        height: unset;
        margin-bottom: 50px;
    }
    section.portfolyo-header ul{
        padding: 10px 0;
        flex-direction: column;
    }
    section.portfolyo-header ul li{
        margin: 5px 0;
    }
    section.portfolyo-header ul li:after{
        display: none;
    }
    body.portfolyo-page section.banner{
        display: none;
    }
    body.portfolyo-page .portfolyo{
        margin-bottom: 50px;
    }
    .portfolyo-detail-header h4{

        font-size: 20px;

        font-weight: bold;

        text-align: left;

        padding: 25px 0 25px 20px;
        margin: 0;
    }
    section.portfolyo-detail-content p{
        margin: 0 -5px;
    }
    .portfolyo-navigate a.next{
        margin-left: -10px;
    }
    .portfolyo-navigate a.prev{
        margin-right: -10px;
    }
    .portfolyo-navigate a span{
        display: none;
    }
    body.service-main .sub-service-slider .owl-carousel .item{
        background: #1d1d1b;
    }
    body.service-main .service-detail-content .content, body.service-main-detail .service-detail-content .text-content{
        padding: 50px 0;
    }
    body.service-main .service-detail-content .content p, body.service-main-detail .service-detail-content .text-content p{
        font-size: 16px;
        line-height: 1.4;
    }
    body.service-main-detail .service-detail-content .text-content p{
        margin-bottom: 20px;
    }
    body.service-main .service-detail-content .content > :is(h1,h2){
        font-size: 16px;
        text-align: left;
        margin-top: 30px;
        font-weight: bold;
    }
    body.service-main .service-header .img{
        background-size: cover;

    }
    body.service-main .service-header{
        height: 180px;
    }
    body.service-main .service-header h4{
        font-size: 40px;
        width: 50%;
    }
    body.service-main .service-detail-content{
        padding-bottom: 50px;
    }
    section.portfolyo{
        margin-bottom: 20px;
    }
    body.services .services-header{
        height: 70px;
        border-top: 3px solid #000;
    }
    section.services-all .text{
        height: auto;
        max-width: 100%;
        padding: 0 20px;
    }
    section.services-all > .container-fluid > .row:nth-child(odd){
        flex-direction: column-reverse;
    }
    section.services-all .row:nth-child(odd) .col-md-5:after{
        right: 0;
    }
    section.services-all .text h4{
        font-size: 27px;
        margin-top: 30px;
        font-weight: bolder;
        margin-bottom: 5px;
    }
    section.services-all .text p{
        font-size: 16px;
        line-height: 1.4;
    }
    section.services-all .text a{
        margin-top: 0;
        margin-bottom: 20px;
        padding: 12px 20px;
        height: auto;
        width: auto;
        max-width: 140px;
        font-size: 17px;
    }
    section.services-all .row{
        overflow: hidden;
    }
    section.services-all .row:nth-child(odd) .col-lg-5:first-child:after{
        top: -100%;
        left: 0;
        right: 0;
        bottom: 100%;
    }
    section.services-all .row:nth-child(odd) .col-md-6:last-child:before {
        top: 100%;
        left: 0;
        right: 0;
        bottom: -100%;
        height: 100vh;
    }
    section.services-all .row:nth-child(even) .col-md-6 .text{
        text-align: left;
    }
    section.services-all .row:nth-child(even) .col-md-6 .text a{
        margin-left: 0;
    }
    body.blog-detail section.blogs{
        padding-top: 40px;
    }
    .blog-detay{
        margin-top: 30px;
        padding: 0 15px;
    }
    .blog-detay > p:first-child > img{
        margin: 0 0 10px;
    }
    section.blogs .blog-detay ul{
        margin-left: 20px;
    }
    .blog-detay *:is(h2,b){
        font-size: 20px;
        font-weight: bolder;
    }
    .blog-detay h2{
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .blog-detay p, section.blogs .blog-detay p{
        font-size: 16px;
        text-align: left;
        line-height: 1.4;
    }
    .blog-detay ul li{
        text-align: left;
    }
    .blog-footer ul.blog-social{
        padding-left: 15px;
    }
    .blog-footer .subscribe{
        padding: 30px 20px;
        margin-top: 40px;
    }
    .blog-footer .subscribe .subscribe-form-header h4{
        font-size: 20px;
        font-weight: bolder;
    }
    .blog-footer .subscribe .subscribe-form-header p{
        font-size: 16px;
    }
    .blog-footer .subscribe .form-group input{
        margin-bottom: 15px;""
    }
    section.contact-info{
        padding: 30px 0 110px;
    }
    section.contact-info .info p{
        font-size: 16px;
    }
    section.contact-info .forms{
        padding: 0 5px;
    }
    section.contact-info .forms .form-group textarea{
        margin-top: 15px;
    }
    section.contact-info .forms button{
        margin-top: 15px;
    }
    .portfolyo-navigate a .icon{
        width: 50px;
        height: 50px;
    }
    .portfolyo-navigate a .icon svg{
        width: 13px;
        height: 22px;
    }
    section.portfolyo a.portfolyo-item .hover{
        opacity: 1;
        bottom: 0;
        left: 0;
        transform: unset;
        top: unset;
        right: 0;
        padding: 20px 0;
        background: rgba(0,0,0, .65);
    }
    section.portfolyo a.portfolyo-item .hover p{
        display: none;
    }
    section.portfolyo a.portfolyo-item .hover h4{
        margin: 0;
        font-size: 17px;
    }
    section.maps{
        height: 350px;
    }
    section.blogs h1.blogtitle{
        font-size: 30px;
        text-align: left;
        padding: 0 15px;
    }
    .blog-detay img{
        margin: 20px auto;
    }
    section.portfolyo a.more-btn{
        margin-top: 20px;
        margin-bottom: 10px;
    }
    section.blogs .blog-detay ul>li{
        line-height: 1.4;
    }


}

@media only screen and (min-width: 768px) and (max-width: 1024px){
    section.blogs .blog-item{
        padding: 15px 10px;
        flex-direction: column;
    }
    section.blogs .blog-item .item-left{
        width: 100%;
    }
    section.blogs .blog-item .item-right{
        width: 100%;
        margin-top: 30px;
        margin-left: 0;
    }
    section.services .service-item{

        height: calc(100% - 10px);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 30px 15px;
    }
    section.services h4.title{
        font-size: 35px;
    }
    section.blogs .blog-item a{
        font-size: 21px;
        margin-bottom: 10px;
    }
    section:is(.blogs, .portfolyo) a.more-btn{
        width: 75%;
    }

    .mobileMenu .navbar-nav > li > a{
        font-size: 36px;
        line-height: 60px;
    }
    body.mobileMenuActive .mobileMenu{
        background: #000000d9;
    }
    .mobileHeader .logo{
        margin: 10px 0 0 5px;
        height: 50px;
    }
    section.services-all > .container-fluid > .row:nth-child(odd){
        flex-direction: unset;
    }
    section.services-all .row:nth-child(odd) .col-md-6:last-child:after, section.services-all .row:nth-child(even) .col-md-6:first-child:after{
        content: '';
        position: absolute;
        background-color: #1d1d1b;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
    }
    body.service-main .service-header h4{
        width: 100%;
    }
    body.service-main .sub-service-slider .owl-carousel .item{
        height: 330px;
    }
    section.portfolyo a.portfolyo-item .hover h4{
        font-size: 15px;
    }
    section.portfolyo-header ul{
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        padding: 20px;
    }
    .blog-detay p{
        text-align: left;
    }
    section.contact-info .forms .form-group textarea{
        margin-top: 0;
    }
    body.services .services-header h4{
        width: 100%;
        text-align: center;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px){
    header a.logo img{
        max-height: 40px;
    }
    header .menu ul li{
        margin-left: 20px;
    }
    header{
        min-height: 120px;
    }
    section.services .service-item{
        flex-direction: column;
        justify-content: flex-start;
        padding: 30px 50px;
    }
    section.services .service-item h4{
        margin-bottom: 40px;
    }
    section.services .service-item ul{
        width: 100%;
    }
    section.blogs a.more-btn{
        width: 100%;
    }
    footer{
        padding: 80px 0 50px;
    }
    footer .left{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    footer a.logo{
        border: unset;
        margin: 0;
        padding: 0;
    }
    footer .contact-item{
        border: unset;
        margin-right: 0;
        margin-top: 20px;
        max-width: 100%;
        padding: 0;
    }
    footer ul.social{
        justify-content: center;
        margin-top: 30px;

    }
    footer ul.social li:first-child{
        margin-left: 0;
    }
    footer p.copyright{
        margin-top: 40px;
    }
    section.services-all .text{
        height: auto;
        padding: 30px 0;
        max-width: 100%;
        margin-left: -30px;
    }
    body.service-main .service-header{
        height: 280px;
    }
    body.service-main .service-detail-content .content{
        padding: 50px 0;
    }
    section.portfolyo a.portfolyo-item .hover{
        inset: 15px;
        text-align: center;
    }
    section.banner{
        height: 250px;
    }
    section.banner p{
        font-size: 26px;

    }
    section.portfolyo-header{
        margin-bottom: 20px;
    }
    section.blogs{
        padding: 50px 0;
    }
    section.services p.slogan{
        padding: 60px 0;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1440px){
    footer ul.social li{
        margin-left: 17px;
    }
    footer ul.social li:first-child{
        margin-left: 0;
    }
    header a.logo img{
        max-height: 50px;
    }
    section.services p.slogan{
        padding: 60px 0;
    }
    section.services-all .text{
        height: auto;
        padding: 30px 0;
    }
    section.banner{
        height: 250px;
    }
    section.banner p{
        font-size: 24px;
    }
    section.blogs .blog-item{
        padding: 15px 10px;
        flex-direction: column;
    }
    section.blogs .blog-item .item-left{
        width: 100%;
    }
    section.blogs .blog-item .item-right{
        width: 100%;
        margin-top: 30px;
        margin-left: 0;
    }
}