body:not(.mobileMenuActive) .mobileHeader {
    background-color: #fff;
}
.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;
    max-width: 100%;
    overflow: hidden;
}

.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: -23px;
    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: #252e58;
    border-radius: 10px;
    margin: 0;
    position: absolute;
    top: 22px;
    left: 0;
    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(255, 255, 255, 0.98);
    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: #000;
    margin-bottom: 0px;
    margin-top: 5px;
}

.mobileMenu .menuContent2 .title {
    font-size: 28px;
    font-weight: 800;
    color: #000;
    line-height: 40px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.mobileMenu .menuContent2 .head {
    padding-left: 20px;
}

.mobileMenu .menuContent2 .content {
    border-top: 2px solid #3c3c3b0d;
}

.mobileMenu .menuContent2 .navbar-nav {
    padding: 10px 0px;
}

.mobileMenu .menuContent2.active {
    right: 0%;
}







.mobileMenu .menuContent3 {
    position: absolute;
    right: -100%;
    top: 0px;
    bottom: 0px;
    transition: 0.3s ease right;
    padding-top: 130px;
    width: 100vw;
    height: 100vh;
    flex-direction: column;
}

.mobileMenu .menuContent3 .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: #000;
    margin-bottom: 0px;
    margin-top: 5px;
}

.mobileMenu .menuContent3 .title {
    font-size: 28px;
    font-weight: 800;
    color: #000;
    line-height: 40px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.mobileMenu .menuContent3 .head {
    padding-left: 20px;
}

.mobileMenu .menuContent3 .content {
    border-top: 2px solid #3c3c3b0d;
}

.mobileMenu .menuContent3 .navbar-nav {
    padding: 10px 0px;
}

.mobileMenu .menuContent3.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: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 40px;
    display: block;
    padding: 0px;
    padding-left: 20px;
}

.mobileMenu {
    display: none;
}

.mobileHeader {
    display: none;
}

.mobile-show {
    display: none;
}
.mobile-hidden {
    display: block;
}
li.submenu a span i {
    display: none;
}

@media (min-width: 1200px) {

}
@media only screen and  (max-width: 768px) {
    .mobile-show {
        display: block !important;
    }
    .mobile-hidden {
        display: none !important;
    }
    .mobileHeader {
        display: block;
        border-bottom: 1px solid #e4e4e4;
    }
    .mobileMenu {
        display: block;
    }
    body.mobileMenuActive {
        max-height: 100vh;
        max-width: 100vw;
        overflow: hidden;
    }
    header {
        display: none;
    }
    section.page.iletisim .iletisimBilgileri {
        flex-direction: column;
        align-items: flex-start;
    }
    section.page.iletisim .iletisimBilgileri .item {
        margin-bottom: 30px;
        min-height: 70px;
    }
    .send-contact {
        margin-top: 15px;
    }
    section.urunDetay a.img {
        margin-bottom: 20px;
    }
    .buttons {
        margin-top: 20px;
    }
    section.dokumanlar .content {
        height: auto;
        padding: 30px 0;
    }
    section.dokumanlar .content {
        margin-top: 0;
    }
    section.dokumanlar {
        margin-bottom: 75px;
        margin-top: 0;
    }
    section.haberler {
        width: 100%;
        overflow: hidden;
    }
    .urun-gruplari{
        height: 230px;
        margin-bottom: 15px;
    }
    .dokumanlar img.img-fluid{
        max-height: 400px;
        height: auto;
        width: 70%;
        margin-top: -95px;
    }
    section.dokumanlar .content a{
        margin-top: 30px;
    }
    section.dokumanlar .content a span{
        display: block;
        margin-top: 10px;
        text-align: center;
    }
    .biz-kimiz{
        height: auto;
        padding: 30px 0;
        background-size: cover;
    }
    .biz-kimiz .container .row>div:first-child{
        order: 1;
    }
    .biz-kimiz .image{
        width: 100%;
        max-width: 100%;
        margin-bottom: 50px;
    }
    .biz-kimiz .image .img-bg{
        padding-bottom: 70%;
    }
    footer .social .links{
        padding: 30px 0 0;
    }
    .footer-menu{
        padding: 0;
    }
    .footer-menu li{
        padding: 5px 0;
        font-size: 15px;
    }
    .footer-menu li a{
        line-height: 1;
    }
    section.slider .video .text-container{
        align-items: center;
    }
    section.slider .video .text-container .swiper-text{
        font-size: 42px;
        line-height: 1.3;
    }
    section.slider .swiper-bg .swiper-text, section.slider .swiper-container, section.slider .video .text-container{
        height: 80vh;
    }

    section.slider .swiper-nav{
        top: 95%;
    }
    section.page .katalog-item{
        margin-bottom: 30px
    }
    section.page .haberler .item.haber-detay .row>div:first-child{
        order: 1;
    }
    section.page .haberler .item.big img{
        max-height: 300px;
        margin: 0 -20px;
        width: calc(100% + 40px);
        max-width: 200%;
    }
    section.page .haberler .item.haber-detay .text{
        margin: 20px -20px 0;

    }
    section.page .page-container{
        padding: 30px 0;
    }
    section.page:is(.haberlerList, .urunList, .urunDetay, .iletisim) .page-container{
        padding: 35px 25px;
    }
    section.page .page-container .pageDosyalar{
        padding: 0 25px;
    }

    section.page .page-container .img-fluid.sayfacover{
        width: calc(100% - 50px);
        margin: 0 25px;
    }
    section.page p{
        padding: 0 25px;
    }
    section.slider .swiper-slide{
        position: relative;
    }
    section.slider .swiper-slide video{
        position: absolute;
        left: 50%;
    }
    .video-parent{
        height: 100%;
    }
    section.slider .swiper-bg{
        height: 100%;
    }
    section.slider .swiper-bg .swiper-text{
        width: 100%;
    }
    section.slider .swiper-slide .swiper-text span{
        font-size: 30px;
    }
    .slidingContainer .absolutecontainer{
        position: relative;
        inset: unset;
        max-width: 100%;
        flex-direction: column;
        padding: 30px 15px;
    }
    .slidingContainer .absolutecontainer .slidingText{
        width: 100%;
        margin-bottom: 20px;
    }
    .slidingContainer .absolutecontainer .slidingText:is(.left, .right) :is(span, p){
        text-align: justify;
    }
    .urunslayt-nav{
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    section.slider .swiper-slide video{
        left: 50%;
    }
    .dokumanlar img.img-fluid{
        max-height: unset;
        height: auto;
        width: 100%;
        margin-top: unset;
    }
    section.haberler .haber{
        min-height: 580px;
    }
    section.haberler .haber .content{
        position: static;
    }
    .biz-kimiz .container .row>div:first-child{
        order: 0
    }
    .biz-kimiz .image .img-bg{
        padding-bottom: 150%;
    }
    footer .social .links{
        padding: 10px 0 0;
    }
    footer .social{
        padding: 20px 0;
    }
    .button-toggle{
        top: 30px;
    }



}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    header .menu .navbar-nav > li > a{
        font-size: 16px;
    }
    header .infobar a{
        width: 24px;
    }
    header .infobar a > i{
        font-size: 17px;
    }

    header .menu, header .menu .navbar{
        height: 100%;
    }
    header .menu .navbar-nav > li{
        margin: 0 5px;
    }
    header .menu .navbar-nav > li:after{
        display: none;
    }
}
@media (min-width: 1440px) {
    .container {
        max-width: 80vw;
    }
}
@media (min-width: 2000px){
    section.dokumanlar .content img{
        aspect-ratio: 1;
        max-width: 500px;
    }
    section.dokumanlar .content a.katalog-item img{
        max-width: 120px
    }
    section.urunList a.urun .right .text .code{
        font-size: 21px;
    }
    .biz-kimiz{
        height: 40vw;
        background-size: cover;
    }
    .biz-kimiz p{
        font-size: 22px;
    }
    section.slider .swiper-slide .swiper-text span{

        font-size: 80px;
    }
    section.slider .swiper-slide .swiper-text p{

        font-size: 30px;

    }
}
