*{
    --webkit-tap-highlight-color: transparent;
}
.mobileHeader {
    position: absolute;
    left: 0px;
    right: 0%;
    top: 0px;
    padding: 30px 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: #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: 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: #0E086A;
    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: unset;
}

.mobileHeader .logo img {
    opacity: 1;
    transition: 0.3s ease all;
    height: 50px;
}

.button-toggle {
    top: 30px;
}

.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: #fff;
    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: 120px;
    width: 100vw;
    height: 100vh;
    flex-direction: column;
}

.mobileMenu .ekatalog{
    position: absolute;
    bottom: 150px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    padding: 15px 30px;
    background-color: #278ce6;
    border-radius: 10px;
}

.mobileMenu :where(.menuContent2, .menuContent3) .back {
    -webkit-mask: url(../img/left-arrow.svg);
    -webkit-mask-position: center;
    -webkit-mask-size: 100% auto;
    -webkit-mask-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background: #0E086A;
    margin-bottom: 0px;
    margin-top: 5px;
}

.mobileMenu :where(.menuContent2, .menuContent3) .title {
    font-size: 24px;
    font-weight: 800;
    color: #0E086A;
    line-height: 40px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.mobileMenu :where(.menuContent2, .menuContent3) .head {
    padding-left: 30px;
}

.mobileMenu :where(.menuContent2, .menuContent3) .content {
    border-top: 2px solid #3c3c3b0d;
}

.mobileMenu :where(.menuContent2, .menuContent3) .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: 160px;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.mobileMenu .navbar-nav {
    padding: 15px 0 0;
}

.mobileMenu .navbar-nav > li > a {
    color: #0E086A;
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    display: block;
    padding: 0px 0 0 30px;
}

.mobileMenu {
    display: none;
}

.mobileHeader {
    display: none;
}

.mobile-show {
    display: none;
}
.mobile-hidden {
    display: block;
}
li.submenu a span i {
    display: none;
}


.slider .swiper.mainSwiper .swiper-wrapper .swiper-slide .slideBg.mobileslide{
    display: none;
}

.page-banner .banner-top .img.mobileImg{
    display: none;
}

@media only screen and (max-width: 992px) {
    body{
        overflow-x: hidden;
    }
    .menuContent3{
        position: absolute;
        right: -100%;
        top: 0px;
        bottom: 0px;
        transition: 0.3s ease right;
        padding-top: 130px;
        width: 100vw;
        height: 100vh;
        flex-direction: column;
    }
    .mobile-show {
        display: block !important;
    }
    .mobile-hidden {
        display: none !important;
    }
    .mobileHeader {
        display: block;
        position: relative;
        background: #fff;
    }
    .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;
    }
    header{
        display: none;
    }

    .menuContent1 .navbar-nav li a + .dropMenu, .menuContent2 .navbar-nav li a + .dropMenu{
        display: none;
    }

    .slider{
        height: calc(100vh - 130px);
        max-height: unset;
        min-height: 600px;
    }
    .slider .swiper.mainSwiper .swiper-wrapper .swiper-slide .slideBg{
        background-repeat: no-repeat;
        background-size: contain;
        padding-right: 5px;
        padding-top: 30px;
    }

    .slider .swiper.mainSwiper .swiper-wrapper .swiper-slide.swiper-slide-active .slideBg .brand{
        font-size: 40px;
    }
    .slider .swiper.mainSwiper .swiper-wrapper .swiper-slide .slideBg .model{
        font-size: 40px;
    }
    .slider .swiper.mainSwiper .swiper-wrapper .swiper-slide .slideBg .desc{
        font-size: 24px;
    }
    .groups:before, .blogs:before{
        aspect-ratio: unset;
        min-height: 200px;
    }
    .groups .groupCat .group{
        width: 50%;
        min-height: 350px;
        padding: 30px 15px 20px;
        margin-bottom: 20px;
    }
    .groups h2, section.mainInfo h2{
        font-size: 24px;
    }
    .groups .groupCat .group span{
        font-size: 16px;
        line-height: 1.2;
    }
    section.mainInfo .infoArea:before{
        clip-path: unset;
        width: 100%;
    }
    section.mainInfo .infoArea .imgParent img{
        display: none;
    }
    .models{
        display: none;
    }

    .slider .swiper.mainSwiper .swiper-wrapper .swiper-slide .slideBg.mobileSlide{
        display: flex;
        background-size: contain;
        background-position: bottom;
        height: 100%;
        margin: 0 -12px;
        width: calc(100% + 24px);
        justify-content: flex-start;
        padding-right: 17px;
    }
    .slider .swiper.mainSwiper .swiper-wrapper .swiper-slide .slideBg.desktopSlide{
        display: none;
    }

    .blogs .blog{
        min-height: 300px;
        margin-bottom: 30px;
    }
    .blogs .blog span{
        padding: 0 10px;
        font-size: 14px;
    }
    .blogs .readMoreParent{
        margin-top: 0;
    }

    footer{
        padding-bottom: 20px;
    }
    footer a.logo{
        margin-bottom: 30px;
    }
    footer .sosyal{
        justify-content: space-around;
    }
    footer .sosyal a{
        margin-bottom: unset;
    }

    footer .footerdesc{
        margin-top: 30px;
        height: unset;
    }
    footer .footerdesc .footer-info{
        margin-bottom: 30px;
        margin-top: 10px;
    }
    footer .footerdesc .footer-info span{
        font-size: 13px;
        line-height: 15px;
        margin-bottom: 10px;
        text-align: center;
    }
    footer .footerdesc .ebulten label{
        text-align: left;
        color: #fff;
        width: 100%;
    }
    footer .imza{
        margin-top: 30px;
        font-size: 14px;
    }

    .page-content h4{
        margin-bottom: 10px;
    }
    .page-banner.products-banner .banner-top{
        height: 220px;
    }
    .product-list .head{
        margin-bottom: 20px;
        align-items: flex-start;
    }
    .product-list .head h4{
        margin-bottom: 0;
        font-size: 16px;
    }
    .groups .groupCat .group .icon{
        margin-bottom: 30px;
        max-height: 90px;
    }
    .product-list .products .product{
        height: calc(100% - 25px);
    }
    .product-list .products .product .image{
        height: 180px;
    }
    .product-list .products .product .title{
        height: unset;
        font-size: 16px;
    }
    .footerbanner .textArea{
        padding-left: 0;
    }
    .footerbanner .buttons{
        flex-direction: row;
        padding: 30px 15px;
        gap: 10px;
    }
    .footerbanner:before{
        aspect-ratio: unset;
        height: calc(100% + 30px)
    }
    .footerbanner .buttons a{
        min-width: 150px;
        font-size: 13px;
        padding: 15px;
    }
    .footerbanner .textArea span{
        font-size: 20px;
    }

    .pagination li a{
        padding: 7px 12px 8px;
        font-size: 16px;
    }
    .prodDetail .prodDesc h1{
        color: #0E086A;
        font-size: 24px;
        margin: 30px 0 20px;
    }
    .contactPage form{
        flex-direction: column;
    }
    .contactPage form .left, .contactPage form .right{
        width: 100%;
    }
    .contactPage .contactInfo .infoParent{
        flex-direction: column;
        align-items: center;
        padding: 40px 30px 20px;
    }
    .contactPage .contactInfo .infoParent span{
        width: 100%;
    }
    .contactPage .contactInfo .infoParent span:nth-child(even){
        padding-left: 0;
    }
    .mainBrands .brand{
        display: flex;
    }
    footer .border-right:first-child, footer .border-right:nth-child(3){
        border: unset;
    }
    .blogs .readMoreParent .readMoreButton{
        padding: 15px 30px;
    }
    footer .footerdesc .ebulten{
        width: 100%;
    }
    .footerbanner .imgParent img{
        display: none;
    }
    .breadcrumb .breadcrumb__group{
        font-size: 14px;
    }
    .blogs.subBlog p img{
        max-width: 100%;
    }
    .blogs.subBlog p{
        text-align: left;
        font-size: 14px;
    }
    .page-banner .banner-top{
        height: 250px
    }
    .page-banner .banner-top .img{
        height: 380px;
        background-size: contain;
    }
    .page-banner .banner-top .img.desktopImg{
        display: none;
    }
    .page-banner .banner-top .img.mobileImg{
        display: block;
    }
    .prodDetail .prodDesc table tr{
        font-size: 15px;
    }
    .blogs.subBlog ul li{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .blogs.subBlog ul{
        margin-bottom: 30px;
    }
    .breadcrumb .breadcrumb__divider{
        display: none;
    }
    .breadcrumb .breadcrumb__list{
        justify-content: flex-end;
        gap: 5px;
        flex-direction: column;
        align-items: flex-end;
    }

}

@media screen and (min-width: 768px) and (max-width: 1024px){
    .slider .swiper.mainSwiper .swiper-wrapper .swiper-slide .slideBg.mobileSlide{
        width: 100vw;
        margin: 0;
        padding-right: 10vw;
    }
    .groups .groupCat .group{
        width: 25%;
    }
    .mainBrands .brand{
        display: flex;
    }
    .blogs .blog span{
        min-height: 35px;
    }
    footer .border-right:first-child, footer .border-right:nth-child(3){
        border: unset;
    }
    footer .footerdesc .ebulten{
        margin-left: unset;
        width: 100%;
    }
    .product-list .products .product .image{
        height: 330px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1366px){
    .slider{
        max-height: 42vw;
    }
    section.mainInfo .infoArea .imgParent img{
        display: none;
    }
    section.mainInfo .infoArea:before{
        width: 100%;
        clip-path: unset;
    }
    .groups:before{
        min-height: 200px;
    }
    .groups .groupCat .group{
        min-height: 320px;
        padding: 30px 30px 40px;
    }
    .blogs .blog span{
        min-height: 80px;
    }
    .slider .swiper.mainSwiper .swiper-wrapper .swiper-slide .slideBg{
        background-size: contain;
    }
    .product-list .products .product .image{
        height: 190px;
    }
    .product-list .products .product .title{
        font-size: 16px;
        min-height: 80px;
    }
    .footerbanner:before{
        height: 100%;
    }
    .footerbanner .textArea{
        padding: 0;
    }
    .footerbanner .buttons{
        flex-direction: row;
    }
    .footerbanner .imgParent img{
        display: none;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait){
    .blogs.subBlog{
        min-height: 850px;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1440px){
    .slider{
        max-height: 38vw;
    }
    .groups .groupCat .group{
        padding: 30px 20px 40px;
        min-height: 300px;
    }
    .mainBrands .brand{
        display: flex;
    }
    .product-list .products .product .image{
        height: 20vw;
    }
    .footerbanner:before{
        aspect-ratio: unset;
        height: 100%;
    }
    .footerbanner .buttons a{
        min-width: 180px;
        padding: 20px 10px;
    }
    section.mainInfo .infoArea .imgParent img{
        display: block;
    }
}

@media screen and (min-width: 2000px){
    .slider{
        max-height: 600px;
    }
    .blogs:before{
        height: 380px;
        aspect-ratio: unset;
    }
    .footerbanner:before{
        aspect-ratio: unset;
        height: 100%;
    }
    .blogs .blog span{
        min-height: 60px;
    }
}

@media screen and (max-width: 320px){
    footer form{
        width: 290px;
    }
    footer .imza{
        font-size: 12px;
    }

}