.mobileHeader {
    position: absolute;
    left: 0px;
    right: 0%;
    top: 0px;
    padding: 20px 15px;
    z-index: 16;
    transition: 0.1s 0.2s ease box-shadow, 0.1s ease background;
}

.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: #e30613;
}

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: 40px;
    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: #e30613;
    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: rgba(227, 6, 19, 0.90);
    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;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    margin-top: 5px;
    margin-left: calc(20% - 40px);
    float: left;
}

.mobileMenu .menuContent2 .title {
    display: inline-block;
    width: calc(100% - 106px);
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    line-height: 40px;
    vertical-align: middle;
    margin-bottom: 10px;
    margin-left: 20px;
}

.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: 30px;
}

.mobileMenu {
    display: none;
}

.mobileHeader {
    display: none;
}

.mobile-show {
    display: none;
}
.mobile-hidden {
    display: block;
}

@media (min-width: 1200px) {

}
@media only screen and  (max-width: 579px) {
    .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;
    }
    section.slider .swiper-slide .img {
        top: 80px;
        right: 0 !important;
        padding-top: 100px;
        width: 54%;
    }
    section.slider .swiper-slide .content .baslik2 {
        font-size: 22px !important;
        line-height: 30px !important;
        padding-left: 0;
    }
    section.slider .swiper-container .swiper-pagination {
        bottom: 0;
    }
    section.slider .swiper-slide .container {
        padding-top: 110px !important;
    }
    section.slider .swiper-slide .content .baslik1 {
        font-size: 16px ;
        padding-left: 0;
    }
    section.slider .swiper-container, section.slider, section.slider .sliderbg {
        height: auto !important;
    }
    section.slider-bot {
        position: relative;
        z-index: 9;
        margin-top: -80px !important;
    }
    section.slider .swiper-slide .content {
        width: 60%;
        position: relative;
        padding-bottom: 30px;
        overflow: hidden;
    }
    section.slider .sliderbg {
        padding-bottom: 130px;
    }
    section.slider .swiper-slide .content .btn {
        margin-left: 0;
    }
    section.ayricaliklar {
        background: url(../img/rightMan.png) no-repeat right bottom;
        min-height: 830px;
        background-size: contain;
    }
    section.counter {
        display: none;
    }
    .contact-bar .col-12 {
        justify-content: flex-start;
        margin-bottom: 15px;
    }
    section.contact-bar .content h1 {
        font-size: 18px;
    }
    section.contact-bar .content a {
        font-size: 22px;
    }
    footer .ebulten input {
        margin-bottom: 10px;
    }
    footer .ebulten .btn-gr button {
        position: unset;
        transform: unset;
    }
    footer .copyright {
        margin-bottom: 20px;
    }
    section.page .page-content.haber-detay .img {
        margin-bottom: 20px;
    }
    ul.tabs {
        flex-direction: column;
        align-items: flex-start;
        height: auto;
        padding: 10px;
    }
    ul.tabs li {
        padding: 10px 14px;
        width: 100%;
        justify-content: flex-start;
    }
    .iletisim .adresimiz .iletisimBtn {
        margin-bottom: 30px;
    }
    section.page {
        padding-bottom: 50px;
    }
}

@media only screen and (min-width: 580px) and (max-width: 767px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (min-width: 1200px) {
}