﻿/*#region Fonts*/
@font-face {
    font-family: 'Montserrat-Light';
    src: url('../fonts/Montserrat-Light.eot');
    src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype'), url('../fonts/Montserrat-Light.svg#Montserrat-Light') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype'), url('../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype'), url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*#endregion*/

:root {
    --navbarHeight: 90px;
}

.container-xxl {
    max-width: 1830px;
    margin: 0 auto;
    width: 100%;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}

.container-m {
    max-width: 1366px;
    margin: 0 auto;
    width: 100%;
}

.container-m {
    max-width: 1366px;
    margin: 0 auto;
    width: 100%;
}

.container-s {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.container-sm {
    max-width: 930px;
    margin: 0 auto;
    width: 100%;
}

.container-xxs {
    max-width: 895px;
    margin: 0 auto;
    width: 100%;
}

.navbar {
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

.navbar-logo img {
    aspect-ratio: 222/51;
    max-width: 222px;
    width: 100%;
}

.navbar .menu-ul {
    display: flex;
    align-items: center;
    gap: 35px;
    margin: 0;
    padding: 0;
    width: 100%;
}

    .navbar .menu-ul li:first-child a {
        /*margin-right: 49px;*/
    }

    .navbar .menu-ul li a {
        font-family: Montserrat-Regular;
        font-size: 14px;
        color: white;
    }

.navbar .contact-ul {
    display: flex;
    gap: 38px;
    width: 100%;
    justify-content: end;
}

.nav-logo {
    margin-right: 5.84%;
}

    .nav-logo img {
        aspect-ratio: 222/51;
        max-width: 222px;
        width: auto;
    }

.navbar .contact-ul li a {
    font-size: 14px;
    color: white;
    font-family: Montserrat-Light;
}

    .navbar .contact-ul li a i {
        font-size: 14px;
        padding-right: 5px;
    }

.whatsapp-color:hover {
    background: #65AF5B;
    background: linear-gradient(45deg, rgba(101, 175, 91, 1) 0%, rgba(122, 213, 110, 1) 100%) !important;
}

.whatsapp-color {
    background: #7AD56E;
    background: linear-gradient(45deg, rgba(122, 213, 110, 1) 0%, rgba(101, 175, 91, 1) 100%) !important;
    transition: .3s ease-in-out background;
}

.social-btn {
    box-sizing: border-box;
    display: flex;
    width: 220px;
    padding: 5px 20px;
    background-color: black;
    color: white;
    align-items: center;
    justify-content: space-evenly;
    border: 1px;
    border-radius: 30px;
    margin-bottom: 5px;
}

.icons8-whatsapp {
    width: 37px !important;
    height: 37px !important;
    background: url(../images/whatsapp.svg) 50% 50% no-repeat !important;
    background-size: 100%;
}

.footer-new {
    background-color: #dce8fc;
    padding: 71px 0 52px;
}

.footer-mid-content:last-child {
    margin-top: -67px;
}

.footer-logo-new {
    aspect-ratio: 161/40;
    max-width: 161px;
    width: 100%;
    display: block;
}

.footer-new .footer-top-main {
    display: flex;
    justify-content: center;
    padding-bottom: 42px;
}

.footer-new .footer-mid-main {
    display: grid;
    grid-template-columns: 321fr 373fr 321fr 185fr;
}

.footer-mid-content .footer-mid-title {
    font-family: Montserrat-Bold;
    font-size: 20px;
    color: #0a2158;
    height: 25px;
    display: block;
    margin-bottom: 15px;
    line-height: 25px;
}

.footer-mid-address {
    display: flex;
    gap: 18px;
}

    .footer-mid-address .footer-adress-text {
        font-family: Montserrat-Regular;
        font-size: 14px;
        color: #0a2158;
        line-height: 27px;
    }

        .footer-mid-address .footer-adress-text span {
            display: block;
        }

            .footer-mid-address .footer-adress-text span.first-adress {
                margin-right: 20px;
            }

            .footer-mid-address .footer-adress-text span.second-adress {
                margin-right: 80px;
            }


        .footer-mid-address .footer-adress-text .footer-contact-link {
            display: block;
            font-family: Montserrat-Regular;
            font-size: 14px;
            color: #0a2158;
            line-height: 14px;
        }

.footer-mid-contact {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

    .footer-mid-contact .footer-contact-tel {
        font-family: Montserrat-Regular;
        color: #6f40f1;
        font-size: 14px;
        line-height: 14px;
    }

.footer-icon {
    width: 20px;
    height: 19px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.footer-phone-icon {
    background-image: url('/assets/images/footer-phone-icon.png');
}

.footer-adress-icon {
    background-image: url('/assets/images/footer-adress-icon.png');
}

.footer-fax-icon {
    background-image: url('/assets/images/footer-fax-icon.png');
}

.right-arrow {
    width: 27px;
    height: 24px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
    background-image: url('/assets/images/arrow-right.svg');
    display: block;
}

.footer-contact-text a {
    font-family: Montserrat-Regular;
    color: #0a2158;
    font-size: 14px;
    display: block;
    line-height: 14px;
}

.footer-mid-link,
.footer-mid-link li,
.footer-mid-link li a {
    margin: 0;
    padding: 0;
    line-height: 14px;
}

.footer-mid-link {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

    .footer-mid-link li a {
        font-family: Montserrat-Regular;
        color: #0a2158;
        font-size: 14px;
    }

        .footer-mid-link li a i {
            font-size: 18px;
            color: #555371;
        }

.copyright {
    background-color: #121d5c;
}

.copyright-content {
    background-color: #121d5c;
    min-height: 49px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

    .copyright-content span,
    .copyright-content a {
        font-family: Montserrat-Regular;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: .20px;
        color: #737db6;
    }

.bannersplide {
    margin-top: calc(var(--navbarHeight) * -1);
}

    .bannersplide .splide__track {
        position: relative;
    }

.banner-overlay {
    z-index: 2;
    width: 100%;
    height: 100vh;
    top: 0;
    /*pointer-events: none;*/
    position: absolute;
}

.banner-overlay-content {
    display: flex;
    justify-content: start;
    align-items: end;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
}

.banner-pagination {
    margin-bottom: 11.5%;
    display: flex;
    gap: 13px;
    /*position: absolute;
    bottom: 0;
    left: 14.5%;*/
}

    .banner-pagination .page-btn {
        border: none;
        outline: none;
        width: 3px;
        height: 35px;
        display: block;
        border-radius: 1.5px;
        background-color: white;
        margin: 0;
        padding: 0 0 10px;
        transition: .3s ease-in-out;
        cursor: pointer;
        transform: translate(0px, 0px);
    }

        .banner-pagination .page-btn:not(.active):hover {
            transform: translate(0px, -7px);
        }

        .banner-pagination .page-btn.active {
            background-color: #ed1c24;
            transform: translate(0px, -15px);
        }

.bannersplide .banner-item {
    width: 100%;
    height: 100vh;
    position: relative;
}

    .bannersplide .banner-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .bannersplide .banner-item .banner-item-content-main {
        position: absolute;
        background-image: url('/assets/images/ground.png');
        background-size: 100% 100%;
        background-position: center;
        z-index: 3;
        width: 100%;
        height: 100%;
        top: 0;
        color: white;
    }

        .bannersplide .banner-item .banner-item-content-main .banner-item-content {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: start;
            justify-content: center;
            gap: 89px;
        }

            .bannersplide .banner-item .banner-item-content-main .banner-item-content span {
                display: block;
            }

            .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-title {
                font-size: 40px;
                color: white;
                font-family: Montserrat-SemiBold;
                line-height: 85px;
            }

            .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-description {
                font-family: Montserrat-Light;
                font-size: 24px;
                line-height: 30px;
                color: white;
            }

            .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-link {
                border: 2px solid white;
                border-radius: 5px;
                padding: 0 30px;
                height: 50px;
                display: inline-flex;
                align-items: center;
                gap: 38px;
                font-size: 16px;
                font-family: Montserrat-Light;
                color: white;
                background-color: transparent;
                transition: .3s ease-in-out all;
            }

                .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-link:hover {
                    background-color: white;
                    color: #0a2158;
                }



.default-bottom-main {
    width: auto !important;
    padding-left: 2%;
}

.default-main {
    margin: 137px auto 105px;
}

.default-about {
    background-color: #ed1c24;
    border-radius: 10px 10px 0px 0px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

    .default-about .default-about-content {
        padding: 48px 0 0px 67px;
    }

.default-main .default-about-image {
    display: flex;
    justify-content: end;
    align-items: center;
    background-color: #ed1c2410
}

.default-about-button-wrapper {
    margin-top: 50px;
}

.default-about-main {
    margin-top: 101px;
}

.index-corporate-title {
    font-family: Montserrat-Bold !important;
    font-size: 24px !important;
}
.corporate-content .text {
    color: #797979;
    font-family: Montserrat-Light;
    margin: 15px 0 60px;
    text-align: justify;
    font-size: 14px;
}
.corparate-margin {
    margin-bottom: 131px;
}

.breadcrumb {
    width: 100%;
    height: 230px;
    margin-top: calc(var(--navbarHeight) * -1);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: end;
    justify-content: start;
    padding-bottom: 24px;
    position: relative;
    z-index: 1;
}

.breadcrumb-image {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-image: url(/assets/images/ground.png);
}

.breadcrumb-content {
    position: relative;
    z-index: 1;
}

.navigate-menu li:after {
    margin: 14px 6px 0 4px !important;
}

.navigate-menu li:first-child img {
    margin-top: 5px;
}

.breadcrumb-content h1, .breadcrumb-content span.h1 {
    display: block;
    margin: 0;
    padding: 0;
    font-family: Montserrat-Bold;
    font-size: 24px;
    color: white;
}

.general-container.product {
    background: #fff;
}

.breadcrumb-content ul {
    display: flex;
    align-items: center;
}

    .breadcrumb-content ul li a {
        font-family: Montserrat-SemiBold;
        font-size: 14px;
        color: white;
    }

.corporate-content {
    margin-top: 0 !important;
    padding-top: 34px;
}

.corporate-main {
    display: flex;
}

.default-bottom-main {
    width: auto !important;
    padding-left: 2%;
}

.corporate-box span {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

    .corporate-box span:first-child {
        font-size: 24px;
        font-family: Montserrat-Bold;
        color: #0a2158;
    }

    .corporate-box span:last-child {
        font-size: 14px;
        font-family: Montserrat-Light;
        color: #797979;
        line-height: 20px;
    }

.deneme-container {
    padding-bottom: 6%;
}

.corporate-box {
    transition: box-shadow .3s;
    background: #fff;
    width: 22.7%;
    margin: 0 41px 55px 0;
    border-radius: 10px;
    float: left;
    padding: 25px;
    height: 100px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

    .corporate-box span {
        color: #0a2158 !important;
        font-size: 16px !important;
        width: 60% !important;
        display: inline-block !important;
        margin-left: 30px !important;
        line-height: 1.2 !important;
        font-family: 'Montserrat-SemiBold' !important;
    }

.main.extra {
    width: auto;
}

@media only screen and (min-width:1601px) and (max-width:1680px) {
    .container-xxl {
        max-width: 1600px;
    }

    .container {
        max-width: 1400px;
    }

    .container-m {
        max-width: 1320px;
    }
}

@media only screen and (min-width:1551px) and (max-width:1600px) {
    .container-xxl {
        max-width: 1520px;
    }

    .container {
        max-width: 1360px;
    }

    .container-m {
        max-width: 1280px;
    }
}

@media only screen and (min-width:1441px) and (max-width:1550px) {
    .container-xxl {
        max-width: 1460px;
    }

    .container {
        max-width: 1320px;
    }

    .container-m {
        max-width: 1240px;
    }

    .container-s {
        max-width: 1150px;
    }
}

@media only screen and (min-width:1367px) and (max-width:1440px) {
    .container-xxl {
        max-width: 1360px;
    }

    .container {
        max-width: 1240px;
    }

    .container-m {
        max-width: 1180px;
    }

    .container-s {
        max-width: 1080px;
    }
}

@media only screen and (min-width:1281px) and (max-width:1366px) {
    .container-xxl {
        max-width: 1280px;
    }

    .container {
        max-width: 1180px;
    }

    .container-m {
        max-width: 1100px;
    }

    .container-s {
        max-width: 1050px;
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .container-xxl,
    .container,
    .container-m,
    .container-s {
        max-width: 96%;
    }
}

@media only screen and (min-width:1000px) and (max-width:1024px) {
    .container-xxl,
    .container,
    .container-m,
    .container-s {
        max-width: 96%;
    }
}

@media only screen and (max-width:999px) {
    .container-xxl,
    .container,
    .container-m,
    .container-s,
    .container-sm,
    .container-xxs {
        max-width: 96%;
    }
}
/* iphone 5/5s */
@media only screen and (max-width:359px) {
    .container-xxl,
    .container,
    .container-m,
    .container-s,
    .container-sm,
    .container-xxs {
        max-width: 97%;
    }
}

/* 360 – 399 */
@media only screen and (min-width:360px) and (max-width:399px) {
    .container-xxl,
    .container,
    .container-m,
    .container-s,
    .container-sm,
    .container-xxs {
        max-width: 96%;
    }
}

/* 400 – 479 */
@media only screen and (min-width:400px) and (max-width:479px) {
    .container-xxl,
    .container,
    .container-m,
    .container-s,
    .container-sm,
    .container-xxs {
        max-width: 96%;
    }
}

@media only screen and (min-width:480px) and (max-width:759px) {
    .container-xxl,
    .container,
    .container-m,
    .container-s,
    .container-sm,
    .container-xxs {
        max-width: 96%;
    }
}

@media only screen and (min-width:760px) and (max-width:931px) {
    .container-xxl,
    .container,
    .container-s,
    .container-m,
    .container-sm {
        max-width: 96%;
    }
}

.first-content {
    margin-top: 6%;
}

    .first-content .first-content-image {
        width: 100%;
        height: 100%;
        max-height: 959px;
        position: relative;
    }

        .first-content .first-content-image img {
            width: 100%;
            height: 100%;
        }

.home-product-content {
    position: absolute;
    top: 5%;
    left: 3.3%;
    width: 100%;
    height: 100%;
    max-width: 558px;
    max-height: 294px;
    background-image: url('/assets/images/home-bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 32px 48px 35px;
    z-index: 1;
}

.button-wrapper.home-content-btn {
    width: 136px;
    margin-top: 22px;
    float: right;
}

.home-product-content h1 {
    font-family: Montserrat-SemiBold;
    color: #0a2158;
    font-size: 24px;
    line-height: 30px;
}



.home-product-text {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 24px;
    color: #797979;
}


.index-mid p.home-content-p {
    padding: 30px 0 40px;
}

.home-last-content {
    display: flex;
}

    .home-last-content .home-last-content-left {
        flex: 0 0 64%;
        background-image: url('/assets/images/home-last-bg.png');
        background-size: cover;
        padding: 74px 73px 59px;
    }

        .home-last-content .home-last-content-left span {
            display: block;
            text-align: center;
            font-family: Montserrat-SemiBold;
            font-size: 24px;
            line-height: 30px;
            color: white;
        }

            .home-last-content .home-last-content-left span:last-of-type {
                margin-bottom: 42px;
            }

        .home-last-content .home-last-content-left .home-last-content-left-text {
            font-family: Montserrat-Light;
            font-size: 16px;
            color: white;
            line-height: 24px;
        }

    .home-last-content .home-last-content-right {
        flex: 0 0 36%;
        background-color: #f4faff;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        gap: 18px;
    }

.home-last-content-button {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 62px;
}

.home-product-content-main {
    position: relative;
}
/* iphone 5/5s dikey*/
@media only screen and (max-width:359px) {

    .home-product-content {
        position: static;
        max-height: 100%;
        height: auto;
        padding: 0px 20px 0 0;
        background-position: center bottom;
        text-align: justify;
    }

    .first-content .first-content-image {
        height: auto;
    }

        .first-content .first-content-image img {
            object-fit: contain;
            height: auto;
        }

    .home-last-content {
        flex-direction: column;
        gap: 10px;
    }

    .button-wrapper:not(.home-content-btn) {
        display: block;
        margin: -10px auto 0 !important;
    }

    .home-last-content .home-last-content-left {
        background-image: url(/assets/images/home-last-bg.png);
        background-size: cover;
        padding: 20px 10px;
    }

        .home-last-content .home-last-content-left .home-last-content-left-text {
            text-align: justify;
        }

    .index-309.index-309-home {
        margin-bottom: 0;
    }

    .index-mid {
        height: 140px !important;
    }

    .home-last-content .home-last-content-left,
    .home-last-content .home-last-content-right {
        flex: 0 0 100%;
    }

    .home-last-content .home-last-content-right {
        padding: 10px 0;
    }

    .button-wrapper.home-content-btn {
        width: 136px;
        margin-top: 46px;
        float: none;
    }

    .navbar {
        padding-left: 8px;
    }

    .footer-new .footer-mid-main {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .footer-mid-content:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(4)):not(:nth-of-type(4)) {
        display: none;
    }

    .copyright-content {
        padding: 15px 0;
        justify-content: center;
        text-align: center;
    }

    .banner-overlay-content {
        display: none;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-title {
        font-size: 30px;
        line-height: 40px;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-description {
        font-size: 18px;
    }
}

/* Samsung S3 dikey*/
@media only screen and (min-width:360px) and (max-width:369px) {


    .home-product-content {
        position: static;
        max-height: 100%;
        height: auto;
        padding: 0px 20px 0 0;
        background-position: center bottom;
        text-align: justify;
    }

    .first-content .first-content-image {
        height: auto;
    }

        .first-content .first-content-image img {
            object-fit: contain;
            height: auto;
        }

    .home-last-content {
        flex-direction: column;
        gap: 10px;
    }

    .button-wrapper:not(.home-content-btn) {
        display: block;
        margin: -10px auto 0 !important;
    }

    .home-last-content .home-last-content-left {
        background-image: url(/assets/images/home-last-bg.png);
        background-size: cover;
        padding: 20px 10px;
    }

        .home-last-content .home-last-content-left .home-last-content-left-text {
            text-align: justify;
        }

    .index-309.index-309-home {
        margin-bottom: 0;
    }

    .index-mid {
        height: 140px !important;
    }

    .home-last-content .home-last-content-left,
    .home-last-content .home-last-content-right {
        flex: 0 0 100%;
    }

    .home-last-content .home-last-content-right {
        padding: 10px 0;
    }

    .button-wrapper.home-content-btn {
        width: 136px;
        margin-top: 46px;
        float: none;
    }

    /**/
    .footer-new .footer-mid-main {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .footer-mid-content:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(4)) {
        display: none;
    }

    .copyright-content {
        padding: 15px 0;
        height: auto;
        justify-content: center;
        text-align: center;
    }

    .banner-overlay-content {
        display: none;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-title {
        font-size: 31px;
        line-height: 40px;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-description {
        font-size: 19px;
    }
}

/* iphone 6/6s dikey*/
@media only screen and (min-width:370px) and (max-width:399px) {
    .home-product-content {
        position: static;
        max-height: 100%;
        height: auto;
        padding: 0px 20px 0 0;
        background-position: center bottom;
        text-align: justify;
    }

    .first-content .first-content-image {
        height: auto;
    }

        .first-content .first-content-image img {
            object-fit: contain;
            height: auto;
        }

    .home-last-content {
        flex-direction: column;
        gap: 10px;
    }

    .button-wrapper:not(.home-content-btn) {
        display: block;
        margin: -10px auto 0 !important;
    }

    .home-last-content .home-last-content-left {
        background-image: url(/assets/images/home-last-bg.png);
        background-size: cover;
        padding: 20px 10px;
    }

        .home-last-content .home-last-content-left .home-last-content-left-text {
            text-align: justify;
        }

    .index-309.index-309-home {
        margin-bottom: 0;
    }

    .index-mid {
        height: 140px !important;
    }

    .home-last-content .home-last-content-left,
    .home-last-content .home-last-content-right {
        flex: 0 0 100%;
    }

    .home-last-content .home-last-content-right {
        padding: 10px 0;
    }

    .button-wrapper.home-content-btn {
        width: 136px;
        margin-top: 46px;
        float: none;
    }
    /**/
    .footer-new .footer-mid-main {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .footer-mid-content:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(4)) {
        display: none;
    }

    .copyright-content {
        padding: 15px 0;
        justify-content: center;
        text-align: center;
    }

    .banner-overlay-content {
        display: none;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-title {
        font-size: 30px;
        line-height: 40px;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-description {
        font-size: 20px;
    }
}

/* iphone Plus dikey*/
@media only screen and (min-width:400px) and (max-width:479px) {
    .home-product-content {
        position: static;
        max-height: 100%;
        height: auto;
        padding: 0px 25px 0 0;
        background-position: center bottom;
        text-align: justify;
    }

    .first-content .first-content-image {
        height: auto;
    }

        .first-content .first-content-image img {
            object-fit: contain;
            height: auto;
        }

    .home-last-content {
        flex-direction: column;
        gap: 10px;
    }

    .button-wrapper:not(.home-content-btn) {
        display: block;
        margin: -10px auto 0 !important;
    }

    .home-last-content .home-last-content-left {
        background-image: url(/assets/images/home-last-bg.png);
        background-size: cover;
        padding: 20px 10px;
    }

        .home-last-content .home-last-content-left .home-last-content-left-text {
            text-align: justify;
        }

    .index-309.index-309-home {
        margin-bottom: 0;
    }

    .index-mid {
        height: 140px !important;
    }

    .home-last-content .home-last-content-left,
    .home-last-content .home-last-content-right {
        flex: 0 0 100%;
    }

    .home-last-content .home-last-content-right {
        padding: 10px 0;
    }

    .button-wrapper.home-content-btn {
        width: 136px;
        margin-top: 46px;
        float: none;
    }

    .footer-new .footer-mid-main {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .footer-mid-content:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(4)) {
        display: none;
    }

    .copyright-content {
        padding: 15px 0;
        justify-content: center;
        text-align: center;
    }

    .banner-overlay-content {
        display: none;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-title {
        font-size: 30px;
        line-height: 40px;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-description {
        font-size: 18px;
    }
}

/* iphone 12 pro*/
@media only screen and (min-width:390px) and (max-width:399px) {
    .home-product-content {
        position: static;
        max-height: 100%;
        height: auto;
        padding: 0px 25px 0 0;
        background-position: center bottom;
        text-align: justify;
    }

    .first-content .first-content-image {
        height: auto;
    }

        .first-content .first-content-image img {
            object-fit: contain;
            height: auto;
        }

    .home-last-content {
        flex-direction: column;
        gap: 10px;
    }

    .button-wrapper:not(.home-content-btn) {
        display: block;
        margin: -10px auto 0 !important;
    }

    .home-last-content .home-last-content-left {
        background-image: url(/assets/images/home-last-bg.png);
        background-size: cover;
        padding: 20px 10px;
    }

        .home-last-content .home-last-content-left .home-last-content-left-text {
            text-align: justify;
        }

    .index-309.index-309-home {
        margin-bottom: 0;
    }

    .index-mid {
        height: 140px !important;
    }

    .home-last-content .home-last-content-left,
    .home-last-content .home-last-content-right {
        flex: 0 0 100%;
    }

    .home-last-content .home-last-content-right {
        padding: 10px 0;
    }

    .button-wrapper.home-content-btn {
        width: 136px;
        margin-top: 46px;
        float: none;
    }


    .footer-new .footer-mid-main {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .footer-mid-content:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(4)) {
        display: none;
    }

    .copyright-content {
        padding: 15px 0;
        justify-content: center;
        text-align: center;
    }

    .banner-overlay-content {
        display: none;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-title {
        font-size: 30px;
        line-height: 40px;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-description {
        font-size: 18px;
    }

    .flex-caption {
        padding: 83.5% 7.45% 87.5% !important;
    }

    .address {
        width: 95%;
    }

    .social-media {
        width: 64%;
    }
}

/* iphone 4 yatay*/
@media only screen and (min-width:480px) and (max-width:559px) {
    .home-product-content {
        position: static;
        max-height: 100%;
        height: auto;
        padding: 0px 40px 0 0px;
        background-position: center bottom;
        text-align: justify;
    }

    .first-content .first-content-image {
        height: auto;
    }

        .first-content .first-content-image img {
            object-fit: contain;
            height: auto;
        }

    .home-last-content {
        flex-direction: column;
        gap: 10px;
    }

    .button-wrapper:not(.home-content-btn) {
        display: block;
        margin: -10px auto 0 !important;
    }

    .home-last-content .home-last-content-left {
        background-image: url(/assets/images/home-last-bg.png);
        background-size: cover;
        padding: 20px 10px;
    }

        .home-last-content .home-last-content-left .home-last-content-left-text {
            text-align: justify;
        }

    .index-309.index-309-home {
        margin-bottom: 0;
    }

    .index-mid {
        height: 140px !important;
    }

    .home-last-content .home-last-content-left,
    .home-last-content .home-last-content-right {
        flex: 0 0 100%;
    }

    .home-last-content .home-last-content-right {
        padding: 10px 0;
    }

    .button-wrapper.home-content-btn {
        width: 136px;
        margin-top: 46px;
        float: none;
    }

    .footer-new .footer-mid-main {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .footer-mid-content:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(4)) {
        display: none;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content {
        justify-content: end;
        gap: 50px;
        padding-bottom: 10px;
    }

    a.background-button.btnurun {
        left: 134px;
        bottom: 125px;
    }

    .footer-mid-main.container-sm .footer-mid-content:not(:first-of-type) {
        display: none;
    }

    .copyright-content {
        padding: 15px 0;
        justify-content: center;
        text-align: center;
    }

    .banner-overlay-content {
        display: none;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-title {
        font-size: 30px;
        line-height: 40px;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-description {
        font-size: 18px;
    }

    .footer-new .footer-mid-main {
        grid-template-columns: repeat(1, 1fr);
    }

    .footer-mid-main.container-sm .footer-mid-content:not(:first-of-type) {
        display: none;
    }



    .banner-overlay-content {
        display: none;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-title {
        font-size: 30px;
        line-height: 40px;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-description {
        font-size: 18px;
    }
}

/* iphone 5/5s yatay*/
@media only screen and (min-width:560px) and (max-width:639px) {
    .home-product-content {
        position: static;
        max-height: 100%;
        height: auto;
        padding: 0px 40px 0 0px;
        background-position: center bottom;
        text-align: justify;
        background-size: 100% 100%;
    }

    .first-content .first-content-image {
        height: auto;
    }

        .first-content .first-content-image img {
            object-fit: contain;
            height: auto;
        }

    .home-last-content {
        flex-direction: column;
        gap: 10px;
    }

    .button-wrapper:not(.home-content-btn) {
        display: block;
        margin: -10px auto 0 !important;
    }

    .home-last-content .home-last-content-left {
        background-image: url(/assets/images/home-last-bg.png);
        background-size: cover;
        padding: 20px 10px;
    }

        .home-last-content .home-last-content-left .home-last-content-left-text {
            text-align: justify;
        }

    .index-309.index-309-home {
        margin-bottom: 0;
    }

    .index-mid {
        height: 140px !important;
    }

    .home-last-content .home-last-content-left,
    .home-last-content .home-last-content-right {
        flex: 0 0 100%;
    }

    .home-last-content .home-last-content-right {
        padding: 30px 0;
    }

    .button-wrapper.home-content-btn {
        width: 136px;
        margin-top: 46px;
        float: none;
    }




    .corporate-main {
        flex-wrap: wrap;
        gap: 0 20px;
    }

    .footer-new .footer-mid-main {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .footer-mid-content:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(4)) {
        display: none;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content {
        justify-content: end;
        gap: 50px;
        padding-bottom: 10px;
    }

    a.background-button.btnurun {
        left: 134px;
        bottom: 125px;
    }

    a.background-button.btnurun {
        bottom: 25px !important;
        left: 0 !important;
    }

    .footer-mid-main.container-sm .footer-mid-content:not(:first-of-type) {
        display: none;
    }

    .copyright-content {
        padding: 15px 0;
        text-align: center;
        justify-content: center;
    }

    .banner-overlay-content {
        display: none;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-title {
        font-size: 30px;
        line-height: 40px;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-description {
        font-size: 18px;
    }

    .footer-new .footer-mid-main {
        grid-template-columns: repeat(1, 1fr);
    }

    .footer-mid-main.container-sm .footer-mid-content:not(:first-of-type) {
        display: none;
    }



    .banner-overlay-content {
        display: none;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-title {
        font-size: 30px;
        line-height: 40px;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-description {
        font-size: 18px;
    }
}

/* Samsung S3 yatay*/
@media only screen and (min-width:640px) and (max-width:659px) {
    .home-product-content {
        position: static;
        max-height: 100%;
        height: auto;
        width:100%;
        max-width:100%;
        padding: 0px 40px 0 0px;
        background-position: center bottom;
        text-align: justify;
        background-size: 100% 100%;
    }

    .first-content .first-content-image {
        height: auto;
    }

        .first-content .first-content-image img {
            object-fit: contain;
            height: auto;
        }

    .home-last-content {
        flex-direction: column;
        gap: 10px;
    }

    .button-wrapper:not(.home-content-btn) {
        display: block;
        margin: -10px auto 0 !important;
    }

    .home-last-content .home-last-content-left {
        background-image: url(/assets/images/home-last-bg.png);
        background-size: cover;
        padding: 20px 10px;
    }

        .home-last-content .home-last-content-left .home-last-content-left-text {
            text-align: justify;
        }

    .index-309.index-309-home {
        margin-bottom: 0;
    }

    .index-mid {
        height: 140px !important;
    }

    .home-last-content .home-last-content-left,
    .home-last-content .home-last-content-right {
        flex: 0 0 100%;
    }

    .home-last-content .home-last-content-right {
        padding: 30px 0;
    }

    .button-wrapper.home-content-btn {
        width: 136px;
        margin-top: 24px;
        padding-bottom: 20px;
        float: none;
    }

    .index-mid .button-wrapper a.background-button.btnurun.btn-last {
        bottom: 10px;
    }




    .footer-new .footer-mid-main {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .footer-mid-content:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(4)) {
        display: none;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content {
        justify-content: end;
        gap: 50px;
        padding-bottom: 10px;
    }



    a.background-button.btnurun.firstbtn {
        bottom: 360px !important;
        left: -207px !important;
    }

    .footer-mid-main.container-sm .footer-mid-content:not(:first-of-type) {
        display: none;
    }

    .copyright-content {
        padding: 15px 0;
        text-align: center;
        justify-content: space-around;
    }

    .banner-overlay-content {
        display: none;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-title {
        font-size: 30px;
        line-height: 40px;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-description {
        font-size: 18px;
    }

    .footer-new .footer-mid-main {
        grid-template-columns: repeat(1, 1fr);
    }

    .footer-mid-main.container-sm .footer-mid-content:not(:first-of-type) {
        display: none;
    }



    .banner-overlay-content {
        display: none;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-title {
        font-size: 30px;
        line-height: 40px;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-description {
        font-size: 18px;
    }
}

/* iphone 6/6s yatay*/
@media only screen and (min-width:660px) and (max-width:699px) {
    .home-product-content {
        position: static;
        max-height: 100%;
        height: auto;
        width: 100%;
        max-width: 100%;
        padding: 0px 40px 0 0px;
        background-position: center bottom;
        text-align: justify;
        background-size: 100% 100%;
    }

    .first-content .first-content-image {
        height: auto;
    }

        .first-content .first-content-image img {
            object-fit: contain;
            height: auto;
        }

    .home-last-content {
        flex-direction: column;
        gap: 10px;
    }

    .button-wrapper:not(.home-content-btn) {
        display: block;
        margin: -10px auto 0 !important;
    }

    .home-last-content .home-last-content-left {
        background-image: url(/assets/images/home-last-bg.png);
        background-size: cover;
        padding: 20px 10px;
    }

        .home-last-content .home-last-content-left .home-last-content-left-text {
            text-align: justify;
        }

    .index-309.index-309-home {
        margin-bottom: 0;
    }

    .index-mid {
        height: 140px !important;
    }

    .home-last-content .home-last-content-left,
    .home-last-content .home-last-content-right {
        flex: 0 0 100%;
    }

    .home-last-content .home-last-content-right {
        padding: 30px 33px;
    }

    .button-wrapper.home-content-btn {
        width: 136px;
        margin-top: 24px;
        padding-bottom: 20px;
        float: none;
    }

    .index-mid .button-wrapper a.background-button.btnurun.btn-last {
        bottom: 10px;
    }

    .footer-new .footer-mid-main {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .footer-mid-content:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(4)) {
        display: none;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content {
        justify-content: end;
        gap: 50px;
        padding-bottom: 10px;
    }



    a.background-button.btnurun.firstbtn {
        bottom: 374px !important;
        left: -211px !important;
    }

    .footer-mid-main.container-sm .footer-mid-content:not(:first-of-type) {
        display: none;
    }

    .copyright-content {
        padding: 15px 0;
        justify-content: center;
        text-align: center;
    }

    .banner-overlay-content {
        display: none;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-title {
        font-size: 30px;
        line-height: 40px;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-description {
        font-size: 18px;
    }

    .footer-new .footer-mid-main {
        grid-template-columns: repeat(1, 1fr);
    }

    .footer-mid-main.container-sm .footer-mid-content:not(:first-of-type) {
        display: none;
    }



    .banner-overlay-content {
        display: none;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-title {
        font-size: 30px;
        line-height: 40px;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-description {
        font-size: 18px;
    }
}

/* iphone Plus yatay*/
@media only screen and (min-width:700px) and (max-width:759px) {
    .home-product-content {
        position: static;
        max-height: 100%;
        height: auto;
        width: 100%;
        max-width: 100%;
        padding: 0px 40px 0 0px;
        background-position: center bottom;
        text-align: justify;
        background-size: 100% 100%;
    }

    .first-content .first-content-image {
        height: auto;
    }

        .first-content .first-content-image img {
            object-fit: contain;
            height: auto;
        }

    .home-last-content {
        flex-direction: column;
        gap: 10px;
    }

    .button-wrapper:not(.home-content-btn) {
        display: block;
        margin: -10px auto 0 !important;
    }

    .home-last-content .home-last-content-left {
        background-image: url(/assets/images/home-last-bg.png);
        background-size: cover;
        padding: 20px 10px;
    }

        .home-last-content .home-last-content-left .home-last-content-left-text {
            text-align: justify;
        }

    .index-309.index-309-home {
        margin-bottom: 0;
    }

    .index-mid {
        height: 140px !important;
    }

    .home-last-content .home-last-content-left,
    .home-last-content .home-last-content-right {
        flex: 0 0 100%;
    }

    .home-last-content .home-last-content-right {
        padding: 30px 0px;        
    }

    .button-wrapper.home-content-btn {
        width: 136px;
        margin-top: 24px;
        padding-bottom: 20px;
        float: none;
    }

    .index-mid .button-wrapper a.background-button.btnurun.btn-last {
        bottom: 10px;
    }





    .corporate-main {
        flex-wrap: wrap;
        gap: 0 4%;
    }

    .footer-new .footer-mid-main {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .footer-mid-content:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(4)) {
        display: none;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content {
        justify-content: end;
        gap: 50px;
        padding-bottom: 10px;
    }

    a.background-button.btnurun.firstbtn {
        bottom: 414px !important;
        left: -247px !important;
    }



    .footer-mid-main.container-sm .footer-mid-content:not(:first-of-type) {
        display: none;
    }

    .copyright-content {
        padding: 15px 0;
        text-align: center;
        justify-content: space-between;
    }

    .banner-overlay-content {
        display: none;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-title {
        font-size: 30px;
        line-height: 40px;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-description {
        font-size: 18px;
    }

    .footer-new .footer-mid-main {
        grid-template-columns: repeat(1, 1fr);
    }

    .footer-mid-main.container-sm .footer-mid-content:not(:first-of-type) {
        display: none;
    }



    .banner-overlay-content {
        display: none;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-title {
        font-size: 30px;
        line-height: 40px;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-description {
        font-size: 18px;
    }
}

/* iphone 12 pro yatay*/
@media only screen and (min-width:844px) and (max-width:999px) {

    .footer-new .footer-mid-main {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .footer-mid-content:not(:nth-of-type(1)):not(:nth-of-type(2)) {
        display: none;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content {
        justify-content: end;
        gap: 50px;
        padding-bottom: 10px;
    }

 

    .footer-mid-main.container-sm .footer-mid-content:not(:first-of-type) {
        display: none;
    }

    .copyright-content {
        padding: 15px 0;
        text-align: center;
    }

    .banner-overlay-content {
        display: none;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-title {
        font-size: 30px;
        line-height: 40px;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-description {
        font-size: 18px;
    }

    .footer-new .footer-mid-main {
        grid-template-columns: repeat(1, 1fr);
    }

    .footer-mid-main.container-sm .footer-mid-content:not(:first-of-type) {
        display: none;
    }



    .banner-overlay-content {
        display: none;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-title {
        font-size: 30px;
        line-height: 40px;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-description {
        font-size: 18px;
    }
}

/* iphone x yatay*/
@media only screen and (min-width:811px) and (max-width:999px) {


    .first-content .first-content-image {
        height: auto;
    }

        .first-content .first-content-image img {
            object-fit: contain;
            height: auto;
        }

    .button-wrapper:not(.home-content-btn) {
        display: block;
        margin: -10px auto 0 !important;
    }

    .home-last-content .home-last-content-left {
        background-image: url(/assets/images/home-last-bg.png);
        background-size: cover;
        padding: 20px 10px;
    }

        .home-last-content .home-last-content-left .home-last-content-left-text {
            text-align: justify;
        }

    .index-309.index-309-home {
        margin-bottom: 0;
    }

    .index-mid {
        height: 140px !important;
    }

    .home-last-content .home-last-content-left span {
        font-size: 21px;
        line-height: 26px;
    }

        .home-last-content .home-last-content-left span:last-of-type {
            margin-bottom: 21px;
        }

    .home-last-content .home-last-content-left {
        flex: 0 0 50%;
    }
    .home-last-content .home-last-content-right {
        padding-right:3px;
        flex: 0 0 50%;
    }

    .home-last-content .home-last-content-right {
        padding: 30px 0px;        
    }

    .button-wrapper.home-content-btn {
        width: 136px;
        margin-top: 24px;
        padding-bottom: 20px;
        float: none;
    }

    .index-mid .button-wrapper a.background-button.btnurun.btn-last {
        bottom: 10px;
    }





    .corporate-main {
        flex-wrap: wrap;
        gap: 0 4%;
    }

    .footer-new .footer-mid-main {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .footer-mid-content:not(:nth-of-type(1)):not(:nth-of-type(2)) {
        display: none;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content {
        justify-content: end;
        gap: 50px;
        padding-bottom: 10px;
    }



    .footer-mid-main.container-sm .footer-mid-content:not(:first-of-type) {
        display: none;
    }

    .copyright-content {
        padding: 15px 0;
        text-align: center;
    }

    .banner-overlay-content {
        display: none;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-title {
        font-size: 30px;
        line-height: 40px;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-description {
        font-size: 18px;
    }

    .footer-new .footer-mid-main {
        grid-template-columns: repeat(1, 1fr);
    }

    .footer-mid-main.container-sm .footer-mid-content:not(:first-of-type) {
        display: none;
    }



    .banner-overlay-content {
        display: none;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-title {
        font-size: 30px;
        line-height: 40px;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-description {
        font-size: 18px;
    }
}

/* tablet dikey*/
@media only screen and (min-width:760px) and (max-width:810px) {
    

    .first-content .first-content-image {
        height: auto;
    }

        .first-content .first-content-image img {
            object-fit: contain;
            height: auto;
        }

    .home-last-content {
        flex-direction: column;
        gap: 10px;
    }

    .button-wrapper:not(.home-content-btn) {
        display: block;
        margin: -10px auto 0 !important;
    }

    .home-last-content .home-last-content-left {
        background-image: url(/assets/images/home-last-bg.png);
        background-size: cover;
        padding: 20px 10px;
    }

        .home-last-content .home-last-content-left .home-last-content-left-text {
            text-align: justify;
        }

    .index-309.index-309-home {
        margin-bottom: 0;
    }

    .index-mid {
        height: 140px !important;
    }

    .home-last-content .home-last-content-left,
    .home-last-content .home-last-content-right {
        flex: 0 0 100%;
    }

    .home-last-content .home-last-content-right {
        padding: 30px 0px;
    }

    .button-wrapper.home-content-btn {
        width: 136px;
        margin-top: 24px;
        padding-bottom: 20px;
        float: none;
    }

    .index-mid .button-wrapper a.background-button.btnurun.btn-last {
        bottom: 10px;
    }





    .footer-new .footer-mid-main {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .footer-mid-content:not(:nth-of-type(1)):not(:nth-of-type(2)) {
        display: none;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content {
        justify-content: end;
        gap: 50px;
        padding-bottom: 10px;
    }


    .footer-mid-main.container-sm .footer-mid-content:not(:first-of-type) {
        display: none;
    }

    .copyright-content {
        padding: 15px 0;
        text-align: center;
    }

    .banner-overlay-content {
        display: none;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-title {
        font-size: 30px;
        line-height: 40px;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-description {
        font-size: 18px;
    }

    .footer-new .footer-mid-main {
        grid-template-columns: repeat(1, 1fr);
    }

    .footer-mid-main.container-sm .footer-mid-content:not(:first-of-type) {
        display: none;
    }



    .banner-overlay-content {
        display: none;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-title {
        font-size: 30px;
        line-height: 40px;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-description {
        font-size: 18px;
    }
}
/* iphone 12 pro yatay*/
@media only screen and (min-width:844px) and (max-width:999px) {

    .first-content .first-content-image {
        height: auto;
    }

        .first-content .first-content-image img {
            object-fit: contain;
            height: auto;
        }

    .button-wrapper:not(.home-content-btn) {
        display: block;
        margin: -10px auto 0 !important;
    }

    .home-last-content .home-last-content-left {
        background-image: url(/assets/images/home-last-bg.png);
        background-size: cover;
        padding: 20px 10px;
    }

        .home-last-content .home-last-content-left .home-last-content-left-text {
            text-align: justify;
        }

    .index-309.index-309-home {
        margin-bottom: 0;
    }

    .index-mid {
        height: 140px !important;
    }

    .home-last-content .home-last-content-left span {
        font-size: 21px;
        line-height: 26px;
    }

        .home-last-content .home-last-content-left span:last-of-type {
            margin-bottom: 21px;
        }

    .home-last-content .home-last-content-left {
        flex: 0 0 53%;
    }

    .home-last-content .home-last-content-right {
        padding-right: 3px;
        flex: 0 0 47%;
    }

    .home-last-content .home-last-content-right {
        padding: 30px 0px;
    }

    .button-wrapper.home-content-btn {
        width: 136px;
        margin-top: 24px;
        padding-bottom: 20px;
        float: none;
    }

    .index-mid .button-wrapper a.background-button.btnurun.btn-last {
        bottom: 10px;
    }





    .corporate-main {
        flex-wrap: wrap;
        gap: 0 4%;
    }

    .footer-new .footer-mid-main {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .footer-mid-content:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(4)) {
        display: none;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content {
        justify-content: end;
        gap: 50px;
        padding-bottom: 10px;
    }


    .footer-mid-main.container-sm .footer-mid-content:not(:first-of-type) {
        display: none;
    }

    .copyright-content {
        padding: 15px 0;
        text-align: center;
    }

    .banner-overlay-content {
        display: none;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-title {
        font-size: 30px;
        line-height: 40px;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-description {
        font-size: 18px;
    }

    .footer-new .footer-mid-main {
        grid-template-columns: repeat(1, 1fr);
    }

    .footer-mid-main.container-sm .footer-mid-content:not(:first-of-type) {
        display: none;
    }



    .banner-overlay-content {
        display: none;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-title {
        font-size: 30px;
        line-height: 40px;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-description {
        font-size: 18px;
    }
}
/* iphone x yatay*/
@media only screen and (min-width:811px) and (max-width:999px) {
    .corporate-main {
        flex-wrap: wrap;
        gap: 0 4%;
    }

    .footer-new .footer-mid-main {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .footer-mid-content:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(4)) {
        display: none;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content {
        justify-content: end;
        gap: 50px;
        padding-bottom: 10px;
    }

    a.background-button.btnurun.firstbtn {
        bottom: 374px !important;
        left: -288px !important;
    }

    .footer-mid-main.container-sm .footer-mid-content:not(:first-of-type) {
        display: none;
    }

    .copyright-content {
        padding: 15px 0;
        text-align: center;
    }

    .banner-overlay-content {
        display: none;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-title {
        font-size: 30px;
        line-height: 40px;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-description {
        font-size: 18px;
    }

    .footer-new .footer-mid-main {
        grid-template-columns: repeat(1, 1fr);
    }

    .footer-mid-main.container-sm .footer-mid-content:not(:first-of-type) {
        display: none;
    }



    .banner-overlay-content {
        display: none;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-title {
        font-size: 30px;
        line-height: 40px;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-description {
        font-size: 18px;
    }
}

/* tablet dikey*/
@media only screen and (min-width:760px) and (max-width:810px) {
    .footer-new .footer-mid-main {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .footer-mid-content:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(4)) {
        display: none;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content {
        justify-content: end;
        gap: 50px;
        padding-bottom: 10px;
    }



    a.background-button.btnurun.firstbtn {
        bottom: 496px !important;
        left: -245px !important;
    }

    .footer-mid-main.container-sm .footer-mid-content:not(:first-of-type) {
        display: none;
    }

    .copyright-content {
        padding: 15px 0;
        text-align: center;
    }

    .banner-overlay-content {
        display: none;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-title {
        font-size: 30px;
        line-height: 40px;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-description {
        font-size: 18px;
    }

    .footer-new .footer-mid-main {
        grid-template-columns: repeat(1, 1fr);
    }

    .footer-mid-main.container-sm .footer-mid-content:not(:first-of-type) {
        display: none;
    }



    .banner-overlay-content {
        display: none;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-title {
        font-size: 30px;
        line-height: 40px;
    }

    .bannersplide .banner-item .banner-item-content-main .banner-item-content .banner-description {
        font-size: 18px;
    }
}
/* iphone 14 Pro Max yatay*/
@media only screen and (min-width:932px) and (max-width:999px) {
    .first-content .first-content-image {
        height: auto;
    }

        .first-content .first-content-image img {
            object-fit: contain;
            height: auto;
        }

    .button-wrapper:not(.home-content-btn) {
        display: block;
        margin: -10px auto 0 !important;
    }

    .home-last-content .home-last-content-left {
        background-image: url(/assets/images/home-last-bg.png);
        background-size: cover;
        padding: 20px 10px;
    }

        .home-last-content .home-last-content-left .home-last-content-left-text {
            text-align: justify;
        }

    .index-309.index-309-home {
        margin-bottom: 0;
    }

    .index-mid {
        height: 140px !important;
    }

    .home-last-content .home-last-content-left span {
        font-size: 21px;
        line-height: 26px;
    }

        .home-last-content .home-last-content-left span:last-of-type {
            margin-bottom: 21px;
        }

    .home-last-content .home-last-content-left {
        flex: 0 0 56%;
    }

    .home-last-content .home-last-content-right {
        padding-right: 3px;
        flex: 0 0 44%;
    }

    .home-last-content .home-last-content-right {
        padding: 30px 0px;
    }

    .button-wrapper.home-content-btn {
        width: 136px;
        margin-top: 24px;
        padding-bottom: 20px;
        float: none;
    }

    .index-mid .button-wrapper a.background-button.btnurun.btn-last {
        bottom: 10px;
    }


    a.background-button.btnurun.firstbtn {
        bottom: 425px !important;
        left: -340px !important;
    }
}

@media only screen and (max-width:559px) {
    a.background-button.btnurun {
        left: 0 !important;
        top: -25px;
    }
}

/* width:1680 */
@media only screen and (min-width:1601px) and (max-width: 1680px) {
    .about-content {
        margin-right: 30px !important;
        width: 170px !important;
    }
}
/* width 1600 */
@media only screen and (min-width:1551px) and (max-width:1600px) {
    .index-mid .button-wrapper a.background-button.btnurun.btn-last {
        left: 1075px;
    }

    .about-content {
        margin-right: 20px !important;
        width: 170px !important;
    }
}
/* width 1500 */
@media only screen and (min-width:1441px) and (max-width:1550px) {
    .index-mid .button-wrapper a.background-button.btnurun.btn-last {
        left: 1075px;
    }

    .about-content {
        margin-right: 20px !important;
        width: 150px !important;
    }

        .about-content span {
            font-size: 20px;
        }
}
/* width 1440 */
@media only screen and (min-width:1367px) and (max-width:1440px) {
    .index-mid .button-wrapper a.background-button.btnurun.btn-last {
        left: 1000px;
    }

    .nav-logo {
        margin-right: 3.84%;
    }

    .about-content {
        margin-right: 20px !important;
        width: 150px !important;
    }

        .about-content span {
            font-size: 20px !important;
        }
}
/* width 1366 */
@media only screen and (min-width:1281px) and (max-width:1366px) {
    .index-mid .button-wrapper a.background-button.btnurun.btn-last {
        left: 944px;
    }

    .nav-logo {
        margin-right: 1.84%;
    }

        .nav-logo img {
            max-width: 200px;
        }

    .about-content {
        margin-right: 15px !important;
        width: 148px !important;
    }

        .about-content span {
            font-size: 18px !important;
        }

    .index-product {
        width: 95% !important;
        max-width: 1366px !important;
    }
}
/*width 1280*/
@media only screen and (min-width:1025px) and (max-width:1280px) {
    .index-mid .button-wrapper a.background-button.btnurun.btn-last {
        left: 1034px;
    }

    .nav-logo {
        margin-right: 1.84%;
    }

        .nav-logo img {
            max-width: 200px;
        }

    .about-content {
        margin-right: 10px !important;
        width: 142px !important;
    }

        .about-content span {
            font-family: Montserrat-Bold !important;
            font-size: 17px !important;
            color: #0a2158 !important;
            display: block !important;
            margin-bottom: 5px !important;
        }

    .index-product {
        width: 95% !important;
        max-width: 1366px !important;
    }
}
/*1024*/
@media only screen and (min-width:1000px) and (max-width:1024px) {
    .index-mid .button-wrapper a.background-button.btnurun.btn-last {
        left: 1034px;
    }

    .about-content {
        margin-right: 10px !important;
        width: 120px !important;
        padding: 12px 10px 12px 7px !important;
    }

    .about-content {
        margin-right: 10px !important;
        width: 120px !important;
        padding: 12px 10px 12px 7px !important;
    }

    .index-product {
        width: 95% !important;
        max-width: 1366px !important;
    }

    .nav-logo {
        margin-right: 1.84%;
    }

        .nav-logo img {
            width: 180px;
        }

    .navbar .menu-ul {
        gap: 15px;
    }

    .navbar .contact-ul {
        gap: 15px;
    }

    .navbar .top-menu li a {
        /*text-align: center ;*/
        /*display:inline-block;*/
    }

    .about-content span {
        font-size: 18px !important;
    }
}



@media only screen and (max-width:479px) {
    .product-factory {
        display: flex !important;
        justify-content: center !important;
        align-items: start !important;
        flex-direction: column !important;
    }

        .product-factory .button-wrapper {
            margin: 0 !important;
        }
}

@media only screen and (max-width:1023px) {
    .nav-logo {
        margin-left: 5px !important;
    }

    .footer-mid-content:last-child {
        margin-left: 38px;
    }

    .default-bottom-main {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around;
        gap: 15px;
    }

    .default-about-main {
        margin-top: 10%;
    }

    .corparate-margin {
        margin-bottom: 0;
    }

    .footer-mid-address .footer-adress-text span.first-adress,
    .footer-mid-address .footer-adress-text span.second-adress {
        margin: 0;
    }

    .footer-menues {
        display: none !important;
    }

    .footer-mid-content:last-child {
        margin-top: 0px;
    }

    .navbar-logo {
        display: flex;
        justify-content: center;
    }

    .footer-new {
        padding: 8% 0;
    }

    .product-factory {
        background-size: auto !important;
    }
}


/*#region old*/
form {
    margin: 0;
}

.text.Urun ul {
    list-style-type: revert !important
}

.visTop {
    visibility: hidden !important;
}

*, *:after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    font-family: 'Montserrat-SemiBold';
    color: #1a1a18;
    font-size: 16px;
    margin: 0;
    padding: 0;
    background-color: #fff;
    position: relative
}

a {
    color: #fff;
    text-decoration: none;
}

ul {
    list-style-type: none;
}

img {
    border: 0;
}

p {
    margin: 5px 0;
}

:focus {
    outline: none;
}

.clear {
    clear: both;
}

.main {
    width: 1366px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.error {
    color: red;
}

.success {
    color: #25d366
}

.error-content {
    margin-top: 40px;
}

.index-mid {
    background: #f7f9ff;
    width: 100%;
    height: 100px;
    display: inline-block;
    margin-left: 270px;
}

    .index-mid p {
        color: #797979;
        font-size: 20px;
        text-align: center;
        padding: 40px 0;
        margin-right: 70px;
    }

        .index-mid p a {
            color: #797979;
            font-size: 20px;
            text-align: center;
            margin-top: 40px;
        }

.mid-button {
    float: right;
    width: 100px;
    height: 35px;
    color: transparent;
    text-align: center;
}

.index-mid .button-wrapper a.background-button.btnurun {
    left: 1110px;
    bottom: 90px;
}


.background-button-block {
    position: relative;
    width: 100%;
    padding-top: 28.92%;
    display: block;
    background-size: 100% 100%;
    font-size: 14px;
    color: #fff; /*margin-bottom: 20px;*/
    bottom: 80px;
    border: none;
    cursor: pointer;
    font-family: 'Montserrat-SemiBold';
    display: inline-block;
    background: url(../images/kırmızı-2.svg);
    background-repeat: no-repeat;
}

.background-button2 {
    cursor: hand;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -2px;
    left: -4px;
    display: block;
    background: url(../images/red.svg);
    background-repeat: no-repeat;
    transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    border: 0;
    color: white;
    font-family: 'Montserrat-SemiBold';
}

    .background-button2:hover {
        color: #fff;
        -webkit-transform: translate(2.5%, 10%);
        transform: translate(2.5%, 10%);
    }
/*anasayfa-309 paslanmaz çelik*/
.top-container {
    width: 100%;
    position: relative;
    z-index: 1
}

    .top-container.index {
        position: absolute;
    }

.top {
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.logo {
    float: left;
    width: 268px;
    height: 119px
}

.top-container .logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-content {
    float: right;
    width: 52%;
    position: relative
}

.top-contact {
    width: 80.5%;
    float: right;
    margin-top: 20px;
    font-family: 'Montserrat-Light';
    font-size: 14px;
}

.phone {
    padding-left: 25px;
    background: url(../images/tel.svg) no-repeat left;
    color: #fff
}

.mail {
    padding-left: 25px;
    background: url(../images/mail.svg)no-repeat left;
    color: #fff
}

.language {
    float: right;
    color: #fff
}

    .language i {
        margin-left: 10px
    }

.top-bottom {
    display: inline-block;
    width: 100%;
    margin-top: 5px
}

.top-menu li:last-child {
    margin-right: 0
}

.top-menu {
    display: inline-block;
    width: 80%;
    padding: 0;
}

    .top-menu li {
        float: left;
    }

        .top-menu li a {
            color: #fff;
            text-decoration: none;
            transition: 0.5s;
            font-size: 14px
        }

        .top-menu li:hover a {
            color: #ed1c24;
            transition: 0.5s;
        }
/*.catalog {margin-top:12px; background: url(../images/catalog.png) no-repeat left;  width: 130px;height: 32px;  display: inline-block; background-size: cover; float: right;    text-align: right; color: #ed1c24;font-size: 14px; padding: 6px 17px;}*/
.flex-container {
    position: relative;
    width: 100%;
    display: inline-block
}

.banner {
    width: 100%;
    display: inline-block
}

.flexslider .slides > li {
    position: relative
}

.sticky {
    position: fixed !important;
    top: 10px !important;
}

.sticky-right {
    position: fixed !important;
    top: 15px !important;
    z-index: 1
}

.flexslider .slides > li:after {
    content: '';
    background: url(../images/zemin1.png) no-repeat center;
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    z-index: 1;
    top: 0
}

.flex-content {
    width: 100%;
    display: inline-block;
    float: left
}

.flex-title {
    font-size: 40px;
    font-family: 'Montserrat-SemiBold';
    margin-bottom: 10px
}

.flex-text {
    font-family: 'Montserrat-Light';
    font-size: 24px;
    line-height: 26px;
    height: 120px;
    overflow: hidden
}

.btn-detail {
    margin-top: 90px;
    display: inline-block;
    float: left;
    width: 230px;
    padding: 8px 30px;
    border-radius: 5px;
    border: 2px solid #fff;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.04);
}

.link {
    color: #fff;
    cursor: pointer;
    font-family: 'Montserrat-Light';
    font-size: 14px;
    text-decoration: none;
}

.link--arrowed {
    display: inline-block;
    height: 2rem;
    line-height: 2rem;
}

    .link--arrowed .arrow-icon {
        position: relative;
        top: -1px;
        left: 25px;
        transition: transform 0.3s ease;
        vertical-align: middle;
    }

    .link--arrowed .arrow-icon--circle {
        transition: stroke-dashoffset 0.3s ease;
        stroke-dasharray: 95;
        stroke-dashoffset: 95;
    }

    .link--arrowed:hover .arrow-icon {
        transform: translate3d(5px, 0, 0);
    }

    .link--arrowed:hover .arrow-icon--circle {
        stroke-dashoffset: 0;
    }

.scroll-down {
    display: flex;
    align-items: center;
    position: absolute;
    right: 35px;
    bottom: 15%;
    width: 6%;
    cursor: pointer
}

.box {
    width: 35px;
    height: 50px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 60px;
    position: relative;
}

    .box .circle {
        position: absolute;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #fff;
        inset: 0;
        margin: auto;
        animation: circle 2.5s ease-in-out infinite alternate;
    }

.scroll-down .text {
    margin-left: 16px
}

@keyframes circle {
    0% {
        transform: translateY(-12px);
    }

    100% {
        transform: translateY(12px);
    }
}

.whatsapp {
    position: fixed;
    right: 30px;
    bottom: 20px;
    z-index: 4
}

.social-btn {
    display: flex;
    width: 200px;
    padding: 5px 10px 5px 10px;
    background-color: black;
    color: white;
    align-items: center;
    justify-content: space-evenly;
    border: 1px;
    border-radius: 30px;
    margin-bottom: 5px;
}

.whatsapp-color {
    background-image: linear-gradient(to right, #25d366 5%, #21ad55 95%);
}

    .whatsapp-color:hover {
        background-image: linear-gradient(to right, #21ad55 5%, #25d366 95%);
    }

.icons8-whatsapp {
    width: 40px;
    height: 40px;
    background: url(../images/whatsapp.svg) 50% 50% no-repeat;
    background-size: 100%;
}

.social-btn span {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    padding: 0px;
    margin: 0px;
}

.index-309 {
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 0 0 70px
}

.index-corporate {
    width: 100%;
    display: inline-block;
    height: 415px;
    background: url(../images/layer23.png) no-repeat center;
    position: relative;
    background-size: cover;
    margin-top: 16%;
}

.index-corporate-text {
    width: 70.279%;
    display: block;
    margin: -15% auto 0;
    background: #fff;
    border: 2px solid #f7f9ff;
    padding: 52px 55px 57px;
}

.index-corporate .button-wrapper {
    display: block;
    margin: 50px auto 0;
}

.title {
    font-family: 'Montserrat-SemiBold';
    font-size: 18px;
    color: #fff;
}

.index-corporate .title {
    margin-bottom: 22px;
    text-align: center;
    color: #0a2158;
    font-size: 24px;
    line-height: 30px;
}

.text {
    font-family: 'Montserrat-Light';
    font-size: 14px;
    color: #fff
}

.background-button {
    position: relative;
    width: 100%;
    padding-top: 27.92%;
    display: block;
    background-size: 100% 100%;
    font-size: 14px;
    color: #fff;
}

a.background-button {
    display: inline-block;
    background-image: url(../images/kırmızı-2.svg);
    background-repeat: no-repeat;
}

    a.background-button:after {
        content: attr(title);
        width: 100%;
        height: 100%;
        position: absolute;
        top: -2px;
        left: -4px;
        display: block;
        background-image: url(../images/red.svg);
        background-repeat: no-repeat;
        transition: all 0.3s;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        color: #fff;
    }

    a.background-button.kurumsal:after {
        background-image: url(../images/beyaz-1.svg);
        color: #ed1c24;
    }

    a.background-button:hover:after {
        color: #fff;
        -webkit-transform: translate(2.5%, 10%);
        transform: translate(2.5%, 10%);
    }

    a.background-button.kurumsal:hover:after {
        color: #ed1c24;
    }

.button-wrapper {
    width: 150px;
    display: inline-block;
    margin-top: 10px
}

.index-corporate .text {
    text-align: justify;
    font-size: 16px;
    color: #797979
}

.index-corporate .button-wrapper {
    margin-top: 55px
}

.text div {
    margin-bottom: 20px
}

.index-product {
    height: 50%;
    width: 100%;
    display: inline-block;
    position: relative; /*box-shadow: 0px 32px 51px 0px rgba(23, 99, 164, 0.17)*/
    z-index: 1
}

.index-product-left {
    float: left;
    display: inline-block;
    background: #f7f9ff;
    width: 50%;
    height: 100%;
    padding: 97px 61px 40px;
}

.index-product .title {
    color: #0a2158;
    margin-bottom: 20px;
    font-size: 24px;
    text-align: left;
}

.index-product .text {
    color: #797979;
    text-align: justify;
    font-size: 16px
}

.index-product-right {
    display: inline-block;
    aspect-ratio: 1;
    height: 91%;
    position: relative;
    border-radius: 50%;
    border: 3px solid #f7f9ff;
    margin: 30px 0 0 10%;
}

    .index-product-right img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        border-radius: 50%;
    }

.index-product-left .button-wrapper {
    margin-top: 50px
}

.index-product-right .button-wrapper {
    position: absolute;
    top: 78%;
    left: 33%;
}

.index-about {
    width: 100%;
    display: table;
    position: relative;
    margin-bottom: 65px
}

.about-content {
    width: 180px;
    display: inline-block;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
    color: #797979;
    font-size: 14px;
    font-family: 'Montserrat-Light';
    padding: 21px 25px 21px 20px;
    height: 120px;
    background-color: white;
}

    .about-content span {
        font-family: 'Montserrat-SemiBold';
        font-size: 24px;
        color: #0a2158;
        display: block;
        margin-bottom: 5px
    }

    .about-content:last-child {
        margin-right: 0
    }

    .about-content span sup {
        line-height: 1
    }

.about-right {
    position: absolute;
    top: -25px;
    width: 50%;
    right: 0
}

.about-image {
    float: left;
    width: 31.6%;
    height: 170px;
    margin-right: 24px
}

    .about-image:last-child {
        margin-right: 0
    }

    .about-image img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

.footer-container {
    width: 100%;
    background: url(../images/footer-back2.png) no-repeat center;
    background-size: cover;
    height: 96%;
    position: relative;
    z-index: 1
}

.footer {
    width: 100%;
    display: inline-block;
    margin-top: 155px
}

.footer-logo {
    width: 413px;
    height: 50px;
    margin: 0 auto 55px
}

    .footer-logo img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

.footer-box {
    width: 15%;
    display: inline-block;
    margin-right: 140px;
    float: left
}

.footer-title {
    color: #0a2158;
    font-size: 14px;
    font-family: 'Montserrat-SemiBold'
}

.footer-menu {
    margin: 20px 0 0;
    padding: 0;
}

    .footer-menu li {
        margin-bottom: 5px
    }

        .footer-menu li a {
            color: #fff;
            font-family: 'Montserrat-Light';
            font-size: 14px
        }

            .footer-menu li a:hover {
                color: #ed1c24;
                font-family: 'Montserrat-SemiBold'
            }

.footer-content {
    width: 100%;
    display: inline-block
}

.footer-box:nth-child(2) {
    width: 30.2%;
    margin-right: 140px;
    font-family: 'Montserrat-Light';
    font-size: 14px;
    color: #fff
}

.footer-box:nth-child(3) {
    width: 30.5%;
    margin-right: 0;
    position: relative
}

.address {
    margin-top: 20px;
    width: 81%;
}

.footer-box:nth-child(2) .title {
    font-family: 'Montserrat-SemiBold';
    padding-left: 35px;
}

.address .title {
    background: url(../images/adres.svg) no-repeat left;
    background-size: 8%;
}

.address span {
    margin-top: 5px;
    display: block
}

.contact-phone {
    margin-top: 35px;
}

    .contact-phone .title {
        background: url(../images/tel.svg)no-repeat left;
        background-size: 6%;
    }

    .contact-phone a {
        margin-top: 10px;
        display: inline-block;
    }

        .contact-phone a::after {
            content: '|';
            margin: 0 15px 0 15px;
        }

        .contact-phone a:last-child::after {
            content: '';
            margin: 0
        }

.contact-faks {
    float: left;
    margin-top: 35px
}

    .contact-faks .title {
        background: url(../images/faks.svg)no-repeat left;
        background-size: 25%;
        padding-left: 40px !important
    }

    .contact-faks a {
        margin-top: 10px;
        display: inline-block;
    }

.contact-mail {
    font-family: 'Montserrat-SemiBold';
    width: 56%;
    background: #ed1c24;
    text-align: center;
    border-radius: 30px;
    padding: 15px;
    margin-top: 30px
}

.contactr-mail a {
    font-family: 'Montserrat-SemiBold';
    font-size: 14px
}

.footer-box:nth-child(3) input {
    width: 100%;
    color: #797979;
    font-size: 12px;
    border: none;
    padding: 22px 70px 22px 25px;
    border-radius: 5px;
    margin-top: 25px;
}

.entry-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 58px;
    right: 30px;
    border: 1px solid #ed1c24;
    border-radius: 50px;
}

.btn {
    width: 50px;
    height: 50px;
    color: inherit;
    border: none;
    outline: none;
    background: none;
    display: inline-block;
    position: absolute;
    transition: all .3s;
    top: 5px;
    bottom: 0;
    left: -5px;
    right: 0;
    margin: auto;
}

    .btn img {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .btn:after {
        content: ' ';
        position: absolute;
        z-index: -1;
        transition: all .3s;
    }

.bg {
    height: 40px;
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.animation {
    transform: translate(100px, -100px);
    transition: all .3s linear;
}

.animation2 {
    animation: fadeIn 0.4s ease-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 0.4s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.around {
    width: 50px;
    height: 50px;
    border: none;
    color: inherit;
    background: none;
    cursor: pointer;
    display: inline-block;
    outline: none;
    position: absolute;
    transition: all 0.3s;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

    .around:after {
        content: ' ';
        position: absolute;
        z-index: -1;
    }

.social-media {
    margin-top: 113px;
    display: inline-block;
}

    .social-media .title {
        font-size: 14px;
        font-family: 'Montserrat-Light';
        margin-bottom: 10px
    }

    .social-media a {
        float: left;
        margin-right: 15px
    }

        .social-media a:last-child {
            margin-right: 0
        }

        .social-media a img {
            width: 26px;
            height: 27px
        }

.copyrigth-container {
    width: 100%;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-family: 'Montserrat-Light';
    margin-top: 45px;
    border-top: 1px solid #2f2f2f;
    padding: 36px 0;
}

.copyright-left {
    float: left;
}

.copyright-right {
    float: right;
}

    .copyright-right a {
        font-size: 12px;
        color: #fff;
        margin-left: 5px;
    }

.language {
    float: right;
    color: #fff;
    font-size: 14px;
}

.fa-globe {
    margin-right: 8px;
    font-size: 18px
}

.fa-chevron-down {
    font-size: 10px;
    margin-left: 3px
}

.language a {
    color: #fff
}
/*language*/
.sl-nav {
    display: inline;
}

    .sl-nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        display: block;
    }

    .sl-nav li {
        cursor: pointer;
        padding-bottom: 10px;
    }

        .sl-nav li ul {
            display: none;
        }

        .sl-nav li:hover ul {
            position: absolute;
            top: 25px;
            right: -35px;
            display: block;
            background: #fff;
            width: 120px;
            padding: 15px 0px;
            z-index: 101;
            border-radius: 10px;
        }

        .sl-nav li ul li {
            margin-bottom: 5px;
            position: relative;
            text-align: left;
            background: transparent;
            padding: 5px 10px;
            z-index: 2;
            font-size: 14px;
            color: #797979;
            font-family: 'Montserrat-Light';
        }

            .sl-nav li ul li span {
                padding-left: 10px;
            }

            .sl-nav li ul li:hover {
                background-color: #f7f9ff;
                padding: 5px 10px
            }

            .sl-nav li ul li.active {
                color: #0a2158;
                background: url(../images/check.svg)no-repeat right;
                background-size: 17%;
                padding: 0 32px 0 10px;
                display: inline-block;
            }

    .sl-nav ul li:hover .fa-caret-down {
        transform: rotate(180deg);
    }

body.back {
    background: #f7f9ff
}
/*kurumsal*/
.top-container.sub-page .sub-page img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.sub-page {
    position: absolute;
    top: 0;
    height: 230px;
    width: 100%;
}

    .sub-page img {
        width: 100%;
        object-fit: cover;
        height: 100%
    }

.page-shadow {
    background: url(../images/zemin1.png) no-repeat center;
    height: 230px;
    width: 100%;
    position: absolute;
    top: 0;
}

.navigation {
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding-top: 10px;
}

    .navigation h1 {
        font-size: 24px;
        font-family: 'Montserrat-SemiBold';
        margin: 0;
        color: #fff;
        line-height: 24px
    }

.navi-title {
    font-size: 24px;
    font-family: 'Montserrat-SemiBold';
    color: #fff;
    line-height: 1.3;
}

.navigate-menu {
    padding: 0;
    margin: 0;
    float: left
}

    .navigate-menu li {
        float: left;
    }

        .navigate-menu li:first-child img {
            width: 30px;
            height: 30px
        }

        .navigate-menu li:first-child a {
            padding: 0
        }

        .navigate-menu li:after {
            content: " ";
            width: 2px;
            height: 14px;
            margin: 10px 4px 0;
            float: right;
            background-color: #fff;
            position: relative;
            display: block
        }

        .navigate-menu li:last-child:after {
            display: none
        }

        .navigate-menu li a {
            font-size: 14px;
            font-family: 'Montserrat-Light';
            display: inline-block;
            padding: 8px 0px;
        }

.general-container {
    width: 100%;
    display: inline-block;
    position: relative;
    background: #f7f9ff;
}

.corporate-content {
    width: 100%;
    display: block;
    margin: 140px auto 0
}

    .corporate-content .title {
        color: #0a2158;
        font-size: 24px
    }

        .corporate-content .title h2 {
            color: #0a2158;
            font-size: 24px
        }

    .corporate-content .text {
        color: #797979;
        margin: 15px 0 60px;
        text-align: justify;
        font-size: 16px
    }

        .corporate-content .text div {
            margin-bottom: 15px
        }

.corporate-left {
    width: 100%;
    float: left;
    display: inline-block;
}

.corporate-box {
    transition: box-shadow .3s;
    background: #fff;
    width: 22.7%;
    margin: 0 41px 55px 0;
    border-radius: 10px;
    float: left;
    padding: 25px;
    height: 100px;
    overflow: hidden;
}

    .corporate-box:nth-child(4n) {
        margin-right: 0
    }

    .corporate-box img {
        max-width: 51px;
        max-height: 50px;
        float: left
    }

    .corporate-box span {
        color: #0a2158;
        font-size: 16px;
        width: 58%;
        display: inline-block;
        margin-left: 30px;
        line-height: 1.2;
    }

    .corporate-box:hover {
        box-shadow: 0 0 11px rgba(0,82,156,.2);
    }

.factory-container {
    width: 100%;
    display: inline-block;
    margin: 0 0 55px;
    background: #fff
}

    .factory-container .title {
        font-size: 24px;
        color: #0a2158;
        font-family: 'Montserrat-SemiBold';
        text-align: left;
        margin: 50px 0
    }

.factory-image {
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block
}

    .factory-image li {
        width: 24.159%;
        height: 250px;
        margin: 0 15px 15px 0;
        float: left
    }

        .factory-image li img {
            width: 100%;
            max-height: 100%;
            object-fit: cover;
            border-radius: 10px;
        }

        .factory-image li:last-child {
            margin-right: 0
        }

        .factory-image li:nth-child(4n) {
            margin-right: 0
        }

.product-factory {
    width: 100%;
    display: inline-block;
    background: url(../images/layer12.png)no-repeat center;
    background-size: 100% 100%;
    height: 230px;
    border-radius: 10px;
    padding: 50px 0 0 65px
}

    .product-factory .title {
        color: #fff;
        margin: 0
    }

    .product-factory a.background-button:after {
        background: url(../images/beyaz-1.svg)no-repeat center;
        color: #ed1c24
    }

    .product-factory .button-wrapper {
        margin-top: 30px
    }
/*ürün-detay*/


.product-back {
    width: 100%;
    display: inline-block;
    height: 600px;
    position: absolute;
    z-index: 0;
    background: #f7f9ff
}

.product-content {
    width: 100%;
    display: inline-block;
    position: relative;
    height: 900px;
    margin-top: 3.5%
}

    .product-content img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

.product-detail-content {
    position: absolute;
    top: 50px;
    left: 35px
}

    .product-detail-content h1 {
        margin: 0;
        color: #0a2158;
        font-size: 24px;
        margin-bottom: 30px;
        font-family: 'Montserrat-SemiBold';
    }

.product-detail-icon-container {
    width: 100%;
    display: block;
    margin: 0 auto 20px;
}

.product-detail-navigation-icon {
    float: right
}

    .product-detail-navigation-icon ul {
        padding: 0;
        margin: 0
    }

        .product-detail-navigation-icon ul li {
            padding: 9px 0;
            text-align: center;
            float: left;
            color: #fff;
            margin-right: 35px;
            cursor: pointer;
            width: 160px;
            border-radius: 30px;
            background: #ed1c24;
            font-family: 'Montserrat-Regular';
            font-size: 14px
        }

            .product-detail-navigation-icon ul li:last-child {
                margin-right: 0
            }

.product-detail-icon-content {
    width: 100%;
    display: inline-block;
    margin-top: 35px
}

.product-detail-icon-title {
    font-family: 'Montserrat-SemiBold';
    color: #ed1c24;
    margin-bottom: 15px
}

.product-detail-icon-content .text {
    font-size: 16px;
    color: #797979
}

.material-content {
    width: 100%;
    display: inline-block
}

.material-information {
    width: 280px;
    float: left;
    padding: 7px 10px;
    font-size: 16px;
    color: #0a2158;
    font-family: 'Montserrat-SemiBold';
    margin: 0 9px 8px 0;
    border: 2px solid #f7f9ff
}

    .material-information:nth-child(4n) {
        margin-right: 0
    }

    .material-information span {
        font-family: 'Montserrat-Light';
        color: #0a2158;
        display: block;
        text-transform: uppercase;
        font-size: 12px
    }

.product-detail-icon-table {
    width: 100%;
    display: inline-block;
    position: relative
}

.table-scroll {
    width: 100%;
    margin: 0 auto;
    height: 308px
}

.product-detail-icon-table table {
    width: 100% !important;
    height: auto !important;
    border-collapse: collapse;
    display: block;
    margin: 0 auto;
    border: 0;
}

    .product-detail-icon-table table tbody {
        background: #f7f9ff;
    }

.product-detail-icon-table tr {
    border-bottom: 1px solid #d7edff;
    position: relative;
    z-index: 1
}

    .product-detail-icon-table tr:last-child {
        border-bottom: none;
    }

.product-detail-icon-table td {
    color: #0a2158;
    text-align: center;
    width: 720px;
    font-size: 20px;
    padding: 34px 0;
    border-right: 1px solid #d7edff;
}

/*iletişim*/
.contact-container {
    width: 100%;
    display: block;
    position: relative;
}

.map {
    width: 100%;
    display: inline-block;
    position: relative;
    height: 600px
}

    .map iframe {
        width: 100%;
        height: 600px
    }

.contact-back {
    width: 100%;
    display: inline-block;
    height: 190px;
    background: url(../images/layer17.png)no-repeat center;
    margin-top: -10px;
    position: relative;
    z-index: 1;
    padding: 50px
}

    .contact-back .address {
        width: 20%;
        margin-top: 0;
        float: left;
        margin-right: 40px
    }

        .contact-back .address .title {
            background-size: 8%;
            background-position: top left
        }

    .contact-back .title {
        padding-left: 35px;
        font-family: 'Montserrat-SemiBold';
        font-size: 18px;
    }

    .contact-back span {
        font-family: 'Montserrat-Light';
        color: #fff
    }

    .contact-back .contact-phone .title {
        background-size: 12%
    }

    .contact-back .contact-phone {
        margin-top: 0;
        width: 12%;
        float: left;
        margin-right: 90px
    }

    .contact-back .contact-faks .title {
        background-size: 17%
    }

    .contact-back .contact-faks {
        margin-top: 0;
        width: 12%
    }

    .contact-back .contact-mail {
        margin-top: 0;
        background: transparent;
        display: inline-block;
        width: 16%;
        text-align: left;
        padding: 0;
    }

.contact-mail .title {
    background: url(../images/mail.svg)no-repeat left;
    background-size: 10%;
}

.contact-back a {
    font-family: 'Montserrat-Light'
}

.uyari {
    color: #ed1c24;
    font-size: 13px;
    font-family: 'Montserrat-Light';
    margin-left: 35px;
    position: absolute;
    z-index: 1;
    bottom: 0px;
}
/*form-label*/
.form-list {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    display: inline-block
}

.form-txt {
    border: none;
    width: 100%;
    padding: 20px 35px;
    border-radius: 10px;
    color: #797979;
    font-size: 16px;
    font-family: 'Montserrat-SemiBold'
}

.effect-19 ~ label {
    line-height: 16px;
    text-align: left;
    position: absolute;
    left: 33px;
    width: 85%;
    top: 20px;
    transition: 0.3s;
    font-size: 16px;
    color: #797979;
    font-family: 'Montserrat-Light';
}

.effect-19 {
    transition: 0.4s;
}

    .effect-19:focus ~ label, .has-content.effect-19 ~ label {
        top: 7px;
        left: 35px;
        font-size: 12px;
        transition: 300ms all;
    }

textarea.form-txt {
    height: 130px;
    resize: none;
}

.contact-form {
    width: 34.157%;
    background: #f7f9ff;
    display: block;
    margin: 40px auto 0
}

.modal-list .form-list {
    width: 49%;
    margin-right: 9px
}

    .modal-list .form-list:last-child {
        margin-right: 0
    }

.form-list .button-wrapper {
    float: right;
    margin-top: 50px
}

.recaptcha {
    float: left;
    background-size: 100%;
    background-image: url(../images/recaptcha.png);
    background-repeat: no-repeat;
    width: 288px;
    display: inline-block;
    height: 74px;
    margin-top: 30px
}
/*404-500*/
.error-container {
    width: 100%;
    display: block;
    position: relative; /*margin-top: -96px;*/
}

.error-content {
    width: 81.5%;
    display: block;
    margin: 45px auto 25px;
}

.error-left {
    width: 44.015%;
    display: inline-block;
    height: 400px
}

    .error-left img {
        width: 100%;
        height: 100%;
    }

.error-right {
    float: right;
    width: 47%;
    margin-top: 95px;
}

    .error-right .title {
        font-size: 72px;
        color: #0a2158;
        font-family: 'Montserrat-SemiBold';
        line-height: 72px;
        margin-bottom: 12px;
    }

    .error-right .text {
        color: #797979;
        font-size: 16px;
        margin: 0
    }

        .error-right .text span {
            font-family: 'Montserrat-SemiBold';
            font-size: 24px;
            color: #0a2158;
            display: block;
            margin-bottom: 3px
        }

@media only screen and (max-width:1024px) {
    .background-button-block {
        bottom: 0;
    }

    .index-mid {
        height: 120px;
    }

        .index-mid p {
            font-size: 14px;
            padding: 40px 15px;
            margin-right: 0;
        }

        .index-mid .button-wrapper a.background-button.btnurun {
            left: 0;
            bottom: 40px;
        }

    .index-product-left {
        padding: 20;
    }
}


/* width:1680 */
@media only screen and (min-width:1601px) and (max-width: 1680px) {
    .footer-container {
        height: 84%;
    }

    .top-contact {
        width: 76.5%
    }

    .about-right {
        top: -15px;
    }

    .about-image {
        width: 31.3%;
        height: 157px;
    }

    .copyright-right {
        margin-right: 6%;
    }

    .contact-form {
        width: 38.8%;
    }
}
/* width 1600 */
@media only screen and (min-width:1551px) and (max-width:1600px) {
    .footer-container {
        height: 97%;
    }

    .top-contact {
        width: 81.5%;
    }

    .about-right {
        top: -12px;
    }

    .about-image {
        width: 31.3%;
        height: 146px;
    }

    .copyright-right {
        margin-right: 9%;
    }

    .contact-form {
        width: 40.625%;
    }
}
/* width 1500 */
@media only screen and (min-width:1441px) and (max-width:1550px) {
    .footer-container {
        height: 119%;
    }

    .about-right {
        top: -7px
    }

    .about-image {
        width: 31.21%;
        height: 140px;
    }

    .copyright-right {
        margin-right: 12%;
    }

    .contact-container {
        margin-top: -103px;
    }

    .contact-form {
        width: 42.696%;
    }
}

@media only screen and (min-width:1367px) and (max-width:1440px) and (max-height:900px) {
    .corporate-box {
        margin: 0 38px 55px 0;
    }

    .factory-image li {
        width: 24%;
    }

    .footer-container {
        height: 98%;
    }
}
/* width 1440 */
@media only screen and (min-width:1367px) and (max-width:1440px) {
    .sl-nav li:hover ul {
        right: -15px;
    }

    .scroll-down {
        width: 7%;
    }

    .about-right {
        top: -6px;
    }

    .about-image {
        width: 31.1%;
        height: 132px;
    }

    .copyright-right {
        margin-right: 15%;
    }

    .contact-form {
        width: 45.139%;
    }
}
/* width 1366 */
@media only screen and (min-width:1281px) and (max-width:1366px) {

    .contact-back .contact-phone .title {
        background-size: 10%;
    }

    .main {
        width: 95%
    }

    .sl-nav li:hover ul {
        right: -15px;
    }

    .btn-detail {
        margin-top: 45px;
    }

    .scroll-down {
        width: 7%;
    }

    .index-dubleks {
        margin-bottom: 65px
    }

    .index-product-left {
        padding: 60px 45px;
        width: 60%;
    }

    .index-product-right {
        margin-left: 0;
        float: right;
    }

    a.background-button {
        left: -11px;
    }

    .index-product-right .button-wrapper {
        position: absolute;
        top: 73%;
        left: 32%;
    }

    .index-corporate-right {
        width: 45%;
    }

        .index-corporate-right img {
            margin-bottom: 35px;
            height: 230px;
        }

    .index-corporate-left {
        height: 500px;
        padding: 50px 45px;
    }

    .about-content {
        margin-right: 30px;
    }

    .about-right {
        top: -12px;
    }

    .about-image {
        width: 30.99%;
        height: 150px;
    }

    .footer-box:nth-child(2) {
        margin-right: 105px;
        width: 31.2%;
    }

    .copyrigth-container {
        padding: 25px 0
    }

    .copyright-right {
        margin-right: 16%;
    }



    .corporate-box {
        margin-right: 36px;
        padding: 20px
    }

    .factory-image li {
        width: 24%;
    }

    .product-detail-icon-table table {
        width: 100%;
    }



    .contact-back .address {
        width: 21%;
        margin-right: 30px;
    }

    .contact-back .contact-phone {
        width: 15%;
        margin-right: 30px;
    }

    .contact-back .contact-faks {
        width: 14%;
    }

    .contact-form {
        width: 47.585%;
    }
}
/* width 1366 */
@media only screen and (min-width:1281px) and (max-width:1366px) and (max-height:768px) {
    .footer-container {
        height: 111%
    }

    .scroll-down {
        width: 8%;
    }

    .about-image {
        width: 30.96%;
    }
}
/*width 1280*/
@media only screen and (min-width:1025px) and (max-width:1280px) {
    .main {
        width: 95%
    }

    .top-contact {
        width: 74.5%;
    }

    .top-menu {
        width: 83%
    }

    .sl-nav li:hover ul {
        right: -15px;
    }

    .scroll-down {
        width: 8%;
    }

    .index-dubleks {
        margin-bottom: 60px
    }

    .index-corporate-text {
        margin: -12% auto 0;
        padding: 45px 55px;
    }

    .index-product-left {
        padding: 45px;
        width: 68%;
    }

    .index-product-right {
        margin-left: 0;
        float: right;
    }

    a.background-button {
        left: -15px;
    }

    .index-product-right .button-wrapper {
        position: absolute;
        top: 73%;
        left: 29%;
    }

    .index-corporate-left {
        height: 500px;
        padding: 50px 45px;
    }

    .index-corporate-right img {
        margin-bottom: 43px;
        height: 225px;
    }

    .about-content {
        margin-right: 25px;
        width: 170px;
    }

    .about-right {
        top: -6px;
    }

    .about-image {
        width: 30.7%;
        height: 140px;
    }

    .footer-box {
        margin-right: 100px
    }

        .footer-box:nth-child(2) {
            margin-right: 105px;
            width: 34.2%;
        }

    .copyrigth-container {
        padding: 25px 0
    }

    .copyright-right {
        margin-right: 18%;
    }

    .corporate-box {
        margin-right: 34px;
        padding: 20px
    }

        .corporate-box span {
            width: 62%;
            margin-left: 20px
        }

    .factory-image li {
        width: 24%;
    }

    .product-content {
        height: 720px
    }

    .product-detail-icon-table table {
        width: 100%;
    }

   

    .contact-back .address {
        width: 23%;
        margin-right: 15px;
    }

    .contact-back .contact-phone {
        width: 14%;
        margin-right: 29px;
    }

    .contact-back .contact-faks {
        width: 14%;
    }

    .contact-back .contact-mail {
        width: 18%;
    }

    .contact-form {
        width: 50.782%;
    }

    .footer-container {
        height: 111%;
    }
}
/*width 1270*/
@media only screen and (min-width:1025px) and (max-width:1280px) and (max-height:648px) {
    .btn-detail {
        margin-top: 15px
    }

    .scroll-down {
        width: 8.5%;
    }

    .footer-container {
        height: 132%;
    }
}
/*tabley yatay-1024*/
@media only screen and (min-width:1000px) and (max-width:1024px) {
    .contact-back .address .title {
        background-size: 11%;
    }

    .contact-back {
        padding: 15px 10px;
    }

    .main {
        width: 95%
    }

    .top-menu {
        width: 84%
    }

    .top-content {
        width: 70%;
    }

    .top-contact {
        width: 74.5%;
    }

    .sl-nav li:hover ul {
        right: -15px;
    }

    .flex-caption {
        padding: 17.5% 15.45% 39% !important;
    }

    .scroll-down {
        width: 10%;
    }

    .index-dubleks {
        margin-bottom: 50px
    }

    .index-product-left {
        padding: 40px 35px;
    }

    .index-corporate-text {
        margin: -22% auto 0;
        padding: 45px 55px;
    }

    .index-product-left {
        padding: 45px;
        height: auto;
        width: 60%;
    }

    .index-product-right {
        float: right;
        margin-left: 0;
    }

        .index-product-right .button-wrapper {
            position: absolute;
            top: 73%;
            left: 29%;
        }

    .index-corporate {
        margin-top: 24%;
    }

    .index-corporate-left {
        height: 517px;
        padding: 45px 30px;
    }

    .index-corporate .button-wrapper {
        margin: 40px auto 0;
    }

    .index-corporate-right img {
        height: 230px
    }

    .index-about {
        margin-bottom: 25px
    }

    .about-content {
        margin-right: 25px;
        width: 150px;
        padding: 21px 15px 21px 10px;
    }

        .about-content span {
            font-size: 18px;
        }

    .about-right {
        width: 47%;
        top: 12px;
    }

    .about-image {
        width: 30.83%;
        height: 89px;
        margin-right: 18px;
    }

    .footer {
        margin-top: 100px
    }

    .footer-box {
        margin-right: 45px
    }

        .footer-box:nth-child(2) {
            width: 42.2%;
            margin-right: 70px;
        }

    .contact-phone {
        margin-top: 20px;
    }

    .contact-faks {
        margin-top: 20px;
    }

    .social-media {
        margin-top: 105px;
    }

    .sub-page {
        height: 204px;
    }

    .copyrigth-container {
        padding: 25px 0;
        margin-top: 45px
    }

    .corporate-content {
        margin-top: 65px
    }

    .copyright-right {
        margin-right: 22%;
    }


    .corporate-box {
        margin-right: 37px;
        padding: 20px;
        margin-bottom: 45px
    }

    .factory-container {
        margin-bottom: 15px
    }

    .factory-image li {
        width: 23.7%;
        height: 175px;
    }

    .corporate-box {
        margin-right: 30px;
        width: 22.5%;
        padding: 20px;
    }

        .corporate-box img {
            max-width: 35px;
            max-height: 35px;
        }

        .corporate-box span {
            margin-left: 15px;
            font-size: 14px;
            width: 72%;
        }

    .factory-container .title {
        margin: 35px 0
    }

    .product-factory .title {
        margin: 0
    }



    .product-content {
        height: 620px;
        margin-top: 8%;
    }

    .material-information:nth-child(4n) {
        margin-right: 9px;
    }

    .product-detail-icon-table table {
        width: 100%;
    }

    .map {
        height: 480px;
    }

        .map iframe {
            height: 480px;
        }

    .contact-back .address {
        width: 20%;
        margin-right: 10px;
    }

    .contact-back .contact-phone {
        width: 18%;
        margin-right: 16px;
    }

        .contact-back .contact-phone a::after {
            display: none
        }

    .contact-back .title {
        padding-left: 25px
    }

    .contact-back .contact-phone .title {
        background-size: 10%;
    }

    .contact-phone a {
        margin-top: 3px;
    }

    .contact-back .contact-faks {
        width: 17%;
    }

        .contact-back .contact-faks .title {
            background-size: 20%;
            padding-left: 35px !important
        }

    .contact-back .contact-mail {
        width: 18%;
    }

    .contact-mail .title {
        background-size: 13%;
    }

    .contact-form {
        width: 63.478%;
    }

    .footer-container {
        height: 98%;
    }
}

/**********Mobil***********/
#menu:not(.mm-menu):not(.mm) {
    display: none;
}

.mmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: -webkit-sticky;
    position: absolute;
    top: 5px;
    z-index: 82;
    height: 50px;
    width: 50px;
    font-weight: 400;
    font-size: 25px;
    color: #fff;
    right: 0
}

    .mmenu a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0px;
        width: 50px;
        height: 50px;
        text-decoration: none;
        color: #fff;
    }

.mm-btn.mm-btn_close.mm-navbar__btn {
    position: absolute;
    right: 0;
    top: 7px
}

.mmenu a[href="#menu"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#menu a {
    font-family: 'Montserrat-Light';
    color: #0a2158
}

#menu .contact {
    font-family: 'Montserrat-Light';
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    display: inline-block;
    background: rgba(237,28,36)
}

    #menu .contact a {
        color: #fff;
        display: block;
        background-size: 10%;
        padding-left: 35px;
        font-family: 'Montserrat-Regular';
        font-size: 16px;
    }

    #menu .contact .phone {
        background: url(../images/tel-mavi.svg)no-repeat left;
        background-size: 8%
    }

    #menu .contact .mail {
        background: url(../images/mail-mavi.svg)no-repeat left;
        background-size: 8%
    }

.mmenu {
    display: none;
}
/* iphone 5/5s dikey*/
@media only screen and (max-width:359px) {
    .about-right {
        display: block !important;
        position: static !important;
        padding: 0 !important;
        width: 95% !important;
        margin: 20px auto 0 !important;
    }

    .about-image {
        aspect-ratio: 300/170;
        height: auto;
        width: 100% !important;
        margin-bottom: 10px;
    }

    .mmenu {
        display: block;
    }

    #menu .mm-navbar__title:not(:last-child) {
        padding-right: 25px;
    }

    .main {
        width: 100%
    }
    /*anasayfa*/
    .whatsapp {
        right: 10px
    }

    .social-btn {
        width: 50px;
        margin: 0
    }

        .social-btn span {
            display: none
        }

    .top-contact .phone {
        display: none
    }

    .top-contact .mail {
        display: none
    }

    .top-menu {
        display: none !important;
    }

    .top-content {
        width: 72%
    }

    .language {
        position: absolute;
        bottom: 97%;
        right: 40px;
    }

    .scroll-down {
        display: none
    }

    .flex-caption {
        padding: 48.5% 7.45% 76.5% !important;
    }

    .flex-title {
        font-size: 22px;
        line-height: 24px
    }

    .flex-text {
        font-size: 18px
    }

    .btn-detail {
        margin-top: 25px;
        width: 200px
    }

    .about-right {
        display: none
    }

    .about-content {
        margin: 0 auto 15px;
        display: block;
        float: none;
        width: 76%;
    }

        .about-content:last-child {
            margin-right: auto;
        }

    .footer-container {
        background: url(../images/footer-back3.png)no-repeat center;
        background-size: cover;
        height: 835px
    }

    .footer {
        margin-top: 30px
    }

    .footer-logo {
        width: 100%;
        margin-bottom: 25px
    }

    .footer-box {
        display: none;
        float: none
    }

        .footer-box:nth-child(2) {
            display: block;
            width: 91%;
            margin: 0 auto;
        }

        .footer-box:nth-child(3) {
            display: block;
            width: 91%;
            margin: 20px auto 0;
        }

    .copyrigth-container {
        margin-top: 20px;
        padding: 20px 0;
    }

    .contact-faks .title {
        background-size: 10%
    }

    .social-media a {
        margin-right: 20px;
    }

    .copyright-left {
        padding-left: 14px;
    }

    .copyright-right {
        float: left;
        padding-left: 14px;
    }

    .address {
        margin-top: 10px;
        width: 100%;
    }

    .contact-phone {
        margin-top: 15px
    }

        .contact-phone a::after {
            margin: 0 12px 0 12px;
        }

    .contact-mail {
        float: none;
        display: block;
        width: 80%;
        margin: 20px auto 0;
    }

    .contact-faks {
        margin-top: 20px;
        float: none
    }

    .social-media {
        display: block;
        margin: 20px auto 0;
        width: 75%
    }

    .index-dubleks {
        margin-bottom: 40px
    }

    .index-corporate {
        margin-top: 8%;
        height: auto;
    }

    .index-corporate-text {
        width: 90%;
        padding: 20px 15px;
        margin-top: 8%
    }

    .index-dubleks .title {
        font-size: 20px;
        line-height: 20px;
    }

    .index-corporate .button-wrapper {
        margin-top: 25px
    }

    .index-product {
        margin-top: 45px;
        height: auto;
    }

    .index-309 {
        margin: 0 0 10px;
    }

    .index-product-left {
        width: 100%;
        padding: 20px;
    }

    .index-product-right {
        width: 91%;
        height: auto;
        margin: 14px;
        float: none;
    }

        .index-product-right .button-wrapper {
            position: absolute;
            top: 70%;
            left: 25%;
        }

    .button-wrapper {
        display: block;
        margin: 15px auto 0;
    }

    .index-about {
        margin-bottom: 25px;
    }

    /*kurumsal*/
    .sub-page {
        height: 245px;
    }

    .page-shadow {
        height: 245px;
    }

    .navigation {
        top: -35px;
        position: absolute;
        left: 11px;
        width: 94%
    }

    .navigate-menu {
        margin: 5px 0
    }

    .navigation h1 {
        font-size: 20px
    }

    .navi-title {
        font-size: 20px;
    }

    .corporate-content {
        padding-top: 10px;
    }

        .corporate-content .title {
            line-height: 24px;
            font-size: 22px;
        }

    .corporate .corporate-left {
        width: 90%;
        display: block;
        margin: 0 auto;
        float: none;
    }

    .corporate-box {
        width: 100%;
        margin: 0 0 25px;
    }

        .corporate-box span {
            width: 68%;
            margin-left: 18px;
        }

    .corporate-content .text {
        margin-bottom: 45px
    }

    .factory-container {
        display: block;
        margin: 25px auto;
        width: 93%;
    }

        .factory-container .title {
            margin: 15px 0;
            font-size: 20px;
        }

    .factory-image li {
        width: 100%;
        height: 170px
    }

    .product-factory {
        padding: 0 0 0 15px;
        height: 200px
    }

        .product-factory .button-wrapper {
            display: inline-block;
            margin-top: 0
        }

    /*ürün-detay*/

    .product-detail-navigation-icon {
        display: none
    }

    .product-content {
        margin: 15% auto 12%;
        height: 200px;
    }

    .product-detail-content h1 {
        font-size: 22px;
        margin: 0
    }

    .product-detail-content {
        top: 80%;
        left: 10px;
    }

    .product-back {
        height: 275px
    }

    .material-information {
        width: 100%;
        margin-right: 0
    }

    .table-scroll {
        overflow-x: scroll;
    }
    /*iletisim*/
    .contact-back .contact-phone .title {
        background-size: 8%;
    }

    .map {
        height: 390px
    }

        .map iframe {
            height: 390px
        }

    .contact-back {
        height: 97%;
        background: #ed1c24;
        padding: 0 15px;
    }

        .contact-back div {
            width: 95% !important;
            margin: 15px 0;
            float: left
        }

        .contact-back .title {
            margin: 0
        }

        .contact-back .contact-faks .title {
            background-size: 10%;
        }

        .contact-back .contact-phone a::after {
            display: none
        }

    .contact-mail .title {
        background-size: 9%
    }

    .contact-form {
        width: 91%;
        margin-top: 20px
    }

    .modal-list .form-list {
        width: 100%;
        margin-right: 0
    }

    .form-txt {
        padding: 20px
    }

    .effect-19:focus ~ label, .has-content.effect-19 ~ label {
        left: 20px
    }

    .uyari {
        margin-left: 20px
    }

    .effect-19 ~ label {
        left: 20px
    }

    .recaptcha {
        float: none;
        display: block;
        margin: 0 auto;
    }

    .form-list .button-wrapper {
        float: none;
        margin-top: 25px;
    }
}
/* Samsung S3 dikey*/
@media only screen and (min-width:360px) and (max-width:369px) {
    .about-right {
        display: block !important;
        position: static !important;
        padding: 0 !important;
        width: 95% !important;
        margin: 20px auto 0 !important;
    }

    .about-image {
        width: 100% !important;
        margin-bottom: 10px;
        aspect-ratio: 300/170;
        height: auto;
    }

    .mmenu {
        display: block;
    }

    #menu .mm-navbar__title:not(:last-child) {
        padding-right: 25px;
    }

    .main {
        width: 100%
    }
    /*anasayfa*/
    .whatsapp {
        right: 10px
    }

    .social-btn {
        width: 50px;
        margin: 0
    }

        .social-btn span {
            display: none
        }

    .top-contact .phone {
        display: none
    }

    .top-contact .mail {
        display: none
    }

    .top-menu {
        display: none !important;
    }

    .top-content {
        width: 72%
    }

    .language {
        position: absolute;
        bottom: 97%;
        right: 40px;
    }

    .scroll-down {
        display: none
    }

    .flex-caption {
        padding: 49.5% 7.45% 78.5% !important;
    }

    .flex-title {
        font-size: 24px;
        line-height: 26px
    }

    .flex-text {
        font-size: 18px
    }

    .btn-detail {
        margin-top: 25px;
        width: 200px
    }

    .about-right {
        display: none
    }

    .about-content {
        margin: 0 auto 15px;
        display: block;
        float: none;
        width: 76%;
    }

        .about-content:last-child {
            margin-right: auto;
        }

    .footer-container {
        background: url(../images/footer-back3.png)no-repeat center;
        background-size: cover;
        height: 810px
    }

    .footer {
        margin-top: 30px
    }

    .footer-logo {
        width: 100%;
        margin-bottom: 25px
    }

    .footer-box {
        display: none;
        float: none
    }

        .footer-box:nth-child(2) {
            display: block;
            width: 91%;
            margin: 0 auto;
        }

        .footer-box:nth-child(3) {
            display: block;
            width: 91%;
            margin: 20px auto 0;
        }

    .copyrigth-container {
        margin-top: 20px;
        padding: 20px 0;
    }

    .contact-faks .title {
        background-size: 10%
    }

    .social-media a {
        margin-right: 20px;
    }

    .copyright-left {
        padding-left: 14px;
    }

    .copyright-right {
        float: left;
        padding-left: 14px;
    }

    .address {
        margin-top: 10px;
        width: 100%;
    }

    .contact-phone {
        margin-top: 15px
    }

        .contact-phone a::after {
            margin: 0 12px 0 12px;
        }

    .contact-mail {
        float: none;
        display: block;
        width: 80%;
        margin: 20px auto 0;
    }

    .contact-faks {
        margin-top: 20px;
        float: none
    }

    .social-media {
        display: block;
        margin: 20px auto 0;
        width: 70%
    }

    .index-dubleks {
        margin-bottom: 40px
    }

    .index-corporate {
        margin-top: 8%;
        height: auto;
    }

    .index-corporate-text {
        width: 90%;
        padding: 20px 15px;
        margin-top: 8%
    }

    .index-dubleks .title {
        font-size: 20px;
        line-height: 20px;
    }

    .index-corporate .button-wrapper {
        margin-top: 25px
    }

    .index-product {
        margin-top: 45px;
        height: auto;
    }

    .index-309 {
        margin: 0 0 20px;
    }

    .index-product-left {
        width: 100%;
        padding: 20px;
        height: auto;
    }

    .index-product-right {
        width: 91%;
        margin: 14px;
        float: none;
        height: 300px;
    }

        .index-product-right .button-wrapper {
            position: absolute;
            top: 70%;
            left: 27%;
        }

    .button-wrapper {
        display: block;
        margin: 15px auto 0;
    }

    .index-about {
        margin-bottom: 25px;
    }

    /*kurumsal*/
    .sub-page {
        height: 245px;
    }

    .page-shadow {
        height: 245px;
    }

    .navigation {
        top: -35px;
        position: absolute;
        left: 11px;
        width: 94%
    }

    .navigate-menu {
        margin: 5px 0
    }

    .navigation h1 {
        font-size: 20px
    }

    .navi-title {
        font-size: 20px;
    }



    .corporate-content {
        padding-top: 10px;
    }

        .corporate-content .title {
            line-height: 24px;
            font-size: 22px;
        }

    .corporate .corporate-left {
        width: 90%;
        display: block;
        margin: 0 auto;
        float: none;
    }

    .corporate-box {
        width: 100%;
        margin: 0 0 25px;
    }

        .corporate-box span {
            width: 63%;
            margin-left: 18px;
        }

    .corporate-content .text {
        margin-bottom: 45px
    }

    .factory-container {
        display: block;
        margin: 25px auto;
        width: 93%;
    }

        .factory-container .title {
            margin: 15px 0;
            font-size: 20px;
        }

    .factory-image li {
        width: 47%;
        height: 110px;
    }

        .factory-image li:nth-child(2n) {
            margin-right: 0
        }

    .product-factory {
        padding: 0 0 0 15px;
        height: 200px
    }

        .product-factory .button-wrapper {
            display: inline-block;
            margin-top: 0
        }

    /*ürün-detay*/

    .product-detail-navigation-icon {
        display: none
    }

    .product-content {
        margin: 15% auto 12%;
        height: 200px;
    }

    .product-detail-content h1 {
        font-size: 22px;
        margin: 0
    }

    .product-detail-content {
        top: 80%;
        left: 10px;
    }

    .product-back {
        height: 290px
    }

    .product-detail-icon-content {
        margin-top: 20px
    }

    .material-information {
        width: 48.6%;
        /*margin: 0 8px 8px 0;*/
    }

        .material-information:nth-child(2n) {
            margin-right: 0;
        }

    .table-scroll {
        overflow-x: scroll;
    }
    /*iletisim*/
    .contact-back .contact-phone .title {
        background-size: 8%;
    }

    .map {
        height: 390px
    }

        .map iframe {
            height: 390px
        }

    .contact-back {
        height: 70%;
        background: #ed1c24;
        padding: 0 15px;
    }

        .contact-back div {
            width: 100% !important;
            margin: 15px 0;
            float: left
        }

        .contact-back .title {
            margin: 0
        }

        .contact-back .contact-faks .title {
            background-size: 10%;
        }

    .contact-mail .title {
        background-size: 9%
    }

    .contact-form {
        width: 91%;
        margin-top: 20px
    }

    .modal-list .form-list {
        width: 100%;
        margin-right: 0
    }

    .form-txt {
        padding: 20px
    }

    .effect-19:focus ~ label, .has-content.effect-19 ~ label {
        left: 20px
    }

    .uyari {
        margin-left: 20px
    }

    .effect-19 ~ label {
        left: 20px
    }

    .recaptcha {
        float: none;
        display: block;
        margin: 0 auto;
    }

    .form-list .button-wrapper {
        float: none;
        margin-top: 25px;
    }
}
/* iphone 6/6s dikey*/
@media only screen and (min-width:370px) and (max-width:399px) {
    .about-right {
        display: block !important;
        position: static !important;
        padding: 0 !important;
        width: 95% !important;
        margin: 20px auto 0 !important;
    }

    .about-image {
        width: 100% !important;
        margin-bottom: 10px;
        aspect-ratio: 300/170;
        height: auto;
    }

    .mmenu {
        display: block;
    }

    #menu .mm-navbar__title:not(:last-child) {
        padding-right: 25px;
    }

    .main {
        width: 100%
    }
    /*anasayfa*/
    .whatsapp {
        right: 10px
    }

    .social-btn {
        width: 50px;
        margin: 0
    }

        .social-btn span {
            display: none
        }

    .top-contact .phone {
        display: none
    }

    .top-contact .mail {
        display: none
    }

    .top-menu {
        display: none !important;
    }

    .top-content {
        width: 72%
    }

    .language {
        position: absolute;
        bottom: 97%;
        right: 40px;
    }

    .scroll-down {
        display: none
    }

    .flex-caption {
        padding: 50.5% 7.45% 80.5% !important
    }

    .flex-title {
        font-size: 24px;
        line-height: 26px
    }

    .flex-text {
        font-size: 18px
    }

    .btn-detail {
        margin-top: 25px;
        width: 200px
    }

    .about-right {
        display: none
    }

    .about-content {
        margin: 0 auto 15px;
        display: block;
        float: none;
        width: 76%;
    }

        .about-content:last-child {
            margin-right: auto;
        }

    .footer-container {
        background: url(../images/footer-back3.png)no-repeat center;
        background-size: cover;
        height: 810px;
    }

    .footer {
        margin-top: 30px
    }

    .footer-logo {
        width: 100%;
        margin-bottom: 25px
    }

    .footer-box {
        display: none;
        float: none
    }

        .footer-box:nth-child(2) {
            display: block;
            width: 91%;
            margin: 0 auto;
        }

        .footer-box:nth-child(3) {
            display: block;
            width: 91%;
            margin: 20px auto 0;
        }

    .copyrigth-container {
        margin-top: 20px;
        padding: 20px 0;
    }

    .contact-faks .title {
        background-size: 10%
    }

    .social-media a {
        margin-right: 20px;
    }

    .copyright-left {
        padding-left: 14px;
    }

    .copyright-right {
        float: left;
        padding-left: 14px;
    }

    .address {
        margin-top: 10px;
        width: 100%;
    }

    .contact-phone {
        margin-top: 15px
    }

        .contact-phone a::after {
            margin: 0 12px 0 12px;
        }

    .contact-mail {
        float: none;
        display: block;
        width: 80%;
        margin: 20px auto 0;
    }

    .contact-faks {
        margin-top: 20px;
        float: none
    }

    .social-media {
        display: block;
        margin: 20px auto 0;
        width: 69%
    }

    .index-dubleks {
        margin-bottom: 40px
    }

    .index-corporate {
        margin-top: 8%;
        height: auto;
    }

    .index-309 {
        margin: 0 0 20px;
    }

    .index-corporate-text {
        width: 90%;
        padding: 20px 15px;
        margin-top: 8%
    }

    .index-dubleks .title {
        font-size: 22px;
        line-height: 22px;
    }

    .index-corporate .button-wrapper {
        margin-top: 25px
    }

    .index-product {
        margin-top: 45px;
        height: auto;
    }

    .index-product-left {
        width: 100%;
        padding: 20px;
        height: auto;
    }

    .index-product-right {
        width: 91%;
        margin: 17px;
        float: none;
        height: 300px;
    }

        .index-product-right .button-wrapper {
            position: absolute;
            top: 70%;
            left: 27%;
        }

    .button-wrapper {
        display: block;
        margin: 15px auto 0;
    }

    .index-about {
        margin-bottom: 25px;
    }

    /*kurumsal*/
    .sub-page {
        height: 245px;
    }

    .page-shadow {
        height: 245px;
    }

    .navigation {
        top: -35px;
        position: absolute;
        left: 11px;
        width: 94%
    }

    .navigate-menu {
        margin: 5px 0
    }

    .navigation h1 {
        font-size: 20px
    }

    .navi-title {
        font-size: 20px;
    }


    .corporate-content {
        padding-top: 10px;
    }

        .corporate-content .title {
            line-height: 24px;
            font-size: 22px;
        }

    .corporate .corporate-left {
        width: 90%;
        display: block;
        margin: 0 auto;
        float: none;
    }

    .corporate-box {
        width: 100%;
        margin: 0 0 25px;
    }

        .corporate-box span {
            width: 63%;
            margin-left: 18px;
        }

    .corporate-content .text {
        margin-bottom: 45px
    }

    .factory-container {
        display: block;
        margin: 25px auto;
        width: 93%;
    }

        .factory-container .title {
            margin: 15px 0;
            font-size: 20px;
        }

    .factory-image li {
        width: 47%;
        height: 110px;
    }

        .factory-image li:nth-child(2n) {
            margin-right: 0
        }

    .product-factory {
        padding: 0 0 0 15px;
        height: 200px
    }

        .product-factory .button-wrapper {
            display: inline-block;
            margin-top: 0
        }

    /*ürün-detay*/

    .product-detail-navigation-icon {
        display: none
    }

    .product-content {
        margin: 15% auto 12%;
        display: block;
        height: 200px;
    }

    .product-detail-content h1 {
        font-size: 22px;
        margin: 0
    }

    .product-detail-content {
        top: 80%;
        left: 10px;
    }

    .product-back {
        height: 290px
    }


    .product-detail-icon-content {
        margin-top: 20px
    }

    .material-information {
        width: 48.6%;
    }

        .material-information:nth-child(2n) {
            margin-right: 0;
        }

    .table-scroll {
        overflow-x: scroll;
    }

    /*iletisim*/
    .contact-back .contact-phone .title {
        background-size: 7%;
    }

    .map {
        height: 390px
    }

        .map iframe {
            height: 390px
        }

    .contact-back {
        height: 67%;
        background: #ed1c24;
        padding: 0 15px;
    }

        .contact-back div {
            width: 100% !important;
            margin: 15px 0;
            float: left
        }

        .contact-back .title {
            margin: 0
        }

        .contact-back .contact-faks .title {
            background-size: 10%;
        }

    .contact-mail .title {
        background-size: 9%
    }

    .contact-form {
        width: 91%;
        margin-top: 20px
    }

    .modal-list .form-list {
        width: 100%;
        margin-right: 0
    }

    .form-txt {
        padding: 20px
    }

    .effect-19:focus ~ label, .has-content.effect-19 ~ label {
        left: 20px
    }

    .uyari {
        margin-left: 20px
    }

    .effect-19 ~ label {
        left: 20px
    }

    .recaptcha {
        float: none;
        display: block;
        margin: 0 auto;
    }

    .form-list .button-wrapper {
        float: none;
        margin-top: 25px;
    }
}
/* iphone Plus dikey*/
@media only screen and (min-width:400px) and (max-width:479px) {
    .index-309 {
        margin: 0 0 20px;
    }

    .about-right {
        display: block !important;
        position: static !important;
        padding: 0 !important;
        width: 95% !important;
        margin: 20px auto 0 !important;
    }

    .about-image {
        width: 100% !important;
        margin-bottom: 10px;
        aspect-ratio: 300/170;
        height: auto;
    }

    .mmenu {
        display: block;
    }

    #menu .mm-navbar__title:not(:last-child) {
        padding-right: 25px;
    }

    .main {
        width: 100%
    }
    /*anasayfa*/
    .whatsapp {
        right: 10px
    }

    .social-btn {
        width: 50px;
        margin: 0
    }

        .social-btn span {
            display: none
        }

    .top-contact .phone {
        display: none
    }

    .top-contact .mail {
        display: none
    }

    .top-menu {
        display: none !important;
    }

    .top-content {
        width: 72%
    }

    .language {
        position: absolute;
        bottom: 97%;
        right: 40px;
    }

    .scroll-down {
        display: none
    }

    .flex-caption {
        padding: 54.5% 7.45% 79.5% !important;
    }

    .flex-title {
        font-size: 26px;
        line-height: 28px
    }

    .flex-text {
        font-size: 18px
    }

    .btn-detail {
        margin-top: 25px;
        width: 200px
    }

    .about-right {
        display: none
    }

    .about-content {
        margin: 0 auto 15px;
        display: block;
        float: none;
        width: 76%;
    }

        .about-content:last-child {
            margin-right: auto;
        }

    .footer-container {
        background: url(../images/footer-back3.png)no-repeat center;
        background-size: cover;
        height: 810px
    }

    .footer {
        margin-top: 30px
    }

    .footer-logo {
        width: 100%;
        margin-bottom: 25px
    }

    .footer-box {
        display: none;
        float: none
    }

        .footer-box:nth-child(2) {
            display: block;
            width: 91%;
            margin: 0 auto;
        }

        .footer-box:nth-child(3) {
            display: block;
            width: 91%;
            margin: 20px auto 0;
        }

    .copyrigth-container {
        margin-top: 20px;
        padding: 20px 0;
    }

    .contact-faks .title {
        background-size: 9%
    }

    .social-media a {
        margin-right: 20px;
    }

    .copyright-left {
        padding-left: 14px;
    }

    .copyright-right {
        float: left;
        padding-left: 14px;
    }

    .address {
        margin-top: 10px;
        width: 92%;
    }

    .contact-phone {
        margin-top: 15px
    }

        .contact-phone a::after {
            margin: 0 12px 0 12px;
        }

    .contact-mail {
        float: none;
        display: block;
        width: 80%;
        margin: 20px auto 0;
    }

    .contact-faks {
        margin-top: 20px;
        float: none
    }

    .social-media {
        display: block;
        margin: 20px auto 0;
        width: 57%;
    }

    .index-dubleks {
        margin-bottom: 40px
    }

    .index-corporate {
        margin-top: 8%;
        height: auto;
    }

    .index-corporate-text {
        width: 90%;
        padding: 20px 15px;
        margin-top: 8%
    }

    .index-dubleks .title {
        font-size: 22px;
        line-height: 22px;
    }

    .index-corporate .button-wrapper {
        margin-top: 25px
    }

    .index-product {
        margin-top: 45px;
        height: auto;
    }

    .index-product-left {
        width: 100%;
        padding: 20px;
        height: auto;
    }

    .index-product-right {
        width: 91%;
        margin: 19px 18px 0;
        float: none;
        height: 340px;
    }

        .index-product-right .button-wrapper {
            position: absolute;
            top: 70%;
            left: 29%;
        }

    .button-wrapper {
        display: block;
        margin: 15px auto 0;
    }

    .index-about {
        margin-bottom: 25px;
    }

    /*kurumsal*/
    .sub-page {
        height: 245px;
    }

    .page-shadow {
        height: 245px;
    }

    .navigation {
        top: -35px;
        position: absolute;
        left: 11px;
        width: 94%
    }

    .navigate-menu {
        margin: 5px 0
    }

    .navigation h1 {
        font-size: 20px
    }

    .navi-title {
        font-size: 20px;
    }

    .corporate-content {
        padding-top: 10px;
    }

        .corporate-content .title {
            line-height: 24px;
            font-size: 22px;
        }

    .corporate .corporate-left {
        width: 90%;
        display: block;
        margin: 0 auto;
        float: none;
    }

    .corporate-box {
        width: 100%;
        margin: 0 0 25px;
    }

        .corporate-box span {
            width: 63%;
            margin-left: 18px;
        }

    .corporate-content .text {
        margin-bottom: 45px
    }

    .factory-container {
        display: block;
        margin: 25px auto;
        width: 93%;
    }

        .factory-container .title {
            margin: 15px 0;
            font-size: 20px;
        }

    .factory-image li {
        width: 48%;
        height: 110px;
        margin-right: 13px;
    }

        .factory-image li:nth-child(2n) {
            margin-right: 0
        }

    .product-factory {
        padding: 0 0 0 15px;
        height: 200px
    }

        .product-factory .button-wrapper {
            display: inline-block;
            margin-top: 0
        }

    /*ürün-detay*/
    .product-detail-navigation-icon {
        display: none
    }

    .product-content {
        margin: 15% auto 12%;
        display: block;
        height: 200px;
    }

    .product-detail-content h1 {
        font-size: 22px;
        margin: 0
    }

    .product-detail-content {
        top: 80%;
        left: 10px;
    }

    .product-back {
        height: 290px
    }


    .product-detail-icon-content {
        margin-top: 20px
    }

    .material-information {
        width: 48.8%;
    }

        .material-information:nth-child(2n) {
            margin-right: 0;
        }

    .table-scroll {
        overflow-x: scroll;
    }
    /*iletisim*/
    .contact-back .contact-phone .title {
        background-size: 7%;
    }

    .map {
        height: 350px
    }

        .map iframe {
            height: 350px
        }

    .contact-back {
        height: 60%;
        background: #ed1c24;
        padding: 0 15px;
    }

        .contact-back div {
            width: 100% !important;
            margin: 15px 0;
            float: left
        }

        .contact-back .title {
            margin: 0
        }

        .contact-back .contact-faks .title {
            background-size: 8%;
        }

    .contact-mail .title {
        background-size: 7%
    }

    .contact-form {
        width: 91%;
        margin-top: 20px
    }

    .modal-list .form-list {
        width: 100%;
        margin-right: 0
    }

    .form-txt {
        padding: 20px
    }

    .effect-19:focus ~ label, .has-content.effect-19 ~ label {
        left: 20px
    }

    .uyari {
        margin-left: 20px
    }

    .effect-19 ~ label {
        left: 20px
    }

    .recaptcha {
        float: none;
        display: block;
        margin: 0 auto;
    }

    .form-list .button-wrapper {
        float: none;
        margin-top: 25px;
    }
}
/* iphone 12 pro*/
@media only screen and (min-width:390px) and (max-width:399px) {
    .index-309 {
        margin: 0 0 20px;
    }

    .about-right {
        display: block !important;
        position: static !important;
        padding: 0 !important;
        width: 95% !important;
        margin: 20px auto 0 !important;
    }

    .about-image {
        width: 100% !important;
        margin-bottom: 10px;
        aspect-ratio: 300/170;
        height: auto;
    }

    .flex-caption {
        padding: 83.5% 7.45% 87.5% !important;
    }

    .address {
        width: 95%;
    }

    .social-media {
        width: 64%;
    }
}
/* iphone 4 yatay*/
@media only screen and (min-width:480px) and (max-width:559px) {
    .index-309 {
        margin: 0 0 20px;
    }

    .about-right {
        display: block !important;
        position: static !important;
        padding: 0 !important;
        width: 95% !important;
        margin: 20px auto 0 !important;
    }

    .about-image {
        width: 100% !important;
        margin-bottom: 10px;
        aspect-ratio: 300/170;
        height: auto;
    }

    .mmenu {
        display: block;
    }

    #menu .mm-navbar__title:not(:last-child) {
        padding-right: 25px;
    }

    #menu .contact {
        position: relative;
        bottom: -59px;
    }

        #menu .contact .phone {
            background-size: 5%;
        }

        #menu .contact .mail {
            background-size: 5%;
        }

    .main {
        width: 100%
    }
    /*anasayfa*/
    .top-content {
        width: 50%;
    }

    .whatsapp {
        right: 10px
    }

    .social-btn {
        width: 50px;
        margin: 0
    }

        .social-btn span {
            display: none
        }

    .top-contact .phone {
        display: none
    }

    .top-contact .mail {
        display: none
    }

    .top-menu {
        display: none !important;
    }

    .top-content {
        width: 43%;
    }

    .language {
        position: absolute;
        right: 75px;
    }

    .scroll-down {
        display: none
    }

    .flex-caption {
        padding: 22.5% 7.45% 17.5% !important;
    }

    .flex-title {
        font-size: 22px;
    }

    .flex-text {
        font-size: 18px;
        height: 80px
    }

    .btn-detail {
        margin-top: 10px;
        width: 200px
    }

    .flex-container .flex-control-nav {
        width: 40%;
        right: 0;
        padding: 0;
    }

    .about-right {
        display: none
    }

    .about-content {
        margin: 0 auto 15px;
        display: block;
        float: none;
        width: 76%;
    }

        .about-content:last-child {
            margin-right: auto;
        }

    .footer-container {
        background: url(../images/footer-back3.png)no-repeat center;
        background-size: cover;
        height: 810px
    }

    .footer {
        margin-top: 30px
    }

    .footer-logo {
        width: 100%;
        margin-bottom: 25px
    }

    .footer-box {
        display: none;
        float: none
    }

        .footer-box:nth-child(2) {
            display: block;
            width: 91%;
            margin: 0 auto;
        }

        .footer-box:nth-child(3) {
            display: block;
            width: 91%;
            margin: 20px auto 0;
        }

    .copyrigth-container {
        margin-top: 20px;
        padding: 20px 0;
    }

    .address .title {
        background-size: 6%
    }

    .contact-phone .title {
        background-size: 5%
    }

    .contact-faks .title {
        background-size: 7%
    }

    .social-media a {
        margin-right: 20px;
    }

    .copyright-left {
        padding-left: 14px;
    }

    .copyright-right {
        float: left;
        padding-left: 14px;
    }

    .address {
        margin-top: 10px;
        width: 100%;
    }

    .contact-phone {
        margin-top: 15px
    }

        .contact-phone a::after {
            margin: 0 12px 0 12px;
        }

    .contact-mail {
        float: none;
        display: block;
        width: 80%;
        margin: 20px auto 0;
    }

    .contact-faks {
        margin-top: 20px;
        float: none
    }

    .social-media {
        display: block;
        margin: 20px auto 0;
        width: 50%
    }

    .index-dubleks {
        margin-bottom: 30px
    }

    .index-corporate {
        margin-top: 8%;
        height: auto;
    }

    .index-corporate-text {
        width: 90%;
        padding: 20px 15px;
        margin-top: 8%
    }

    .index-dubleks .title {
        font-size: 20px;
        line-height: 20px;
    }

    .index-corporate .button-wrapper {
        margin-top: 25px
    }

    .index-product {
        margin-top: 45px;
        height: auto;
    }

    .index-product-left {
        width: 100%;
        padding: 20px;
        height: auto;
    }

    .index-product-right {
        width: 78%;
        margin: 14px 53px 0;
        float: none;
        height: 330px;
    }

        .index-product-right .button-wrapper {
            position: absolute;
            top: 73%;
            left: 29%;
        }

    .button-wrapper {
        display: block;
        margin: 15px auto 0;
    }

    .index-about {
        margin-bottom: 25px;
    }

    /*kurumsal*/
    .sub-page {
        height: 215px;
    }

    .page-shadow {
        height: 245px;
    }

    .navigation {
        top: 0;
        position: absolute;
        left: 11px;
        width: 94%
    }

    .navigate-menu {
        margin: 5px 0
    }

    .navigation h1 {
        font-size: 20px
    }

    .navi-title {
        font-size: 20px;
    }


    .corporate-content {
        padding-top: 10px;
    }

        .corporate-content .title {
            line-height: 24px;
            font-size: 22px;
        }

    .corporate .corporate-left {
        width: 90%;
        display: block;
        margin: 0 auto;
        float: none;
    }

    .corporate-box {
        width: 71%;
        margin: 0 auto 25px;
        float: none;
    }

        .corporate-box:nth-child(4n) {
            margin-right: auto;
        }

        .corporate-box span {
            width: 63%;
            margin-left: 18px;
        }

    .corporate-content .text {
        margin-bottom: 45px
    }

    .factory-container {
        display: block;
        margin: 25px auto;
        width: 93%;
    }

        .factory-container .title {
            margin: 20px 0;
            font-size: 20px;
        }

    .factory-image li {
        width: 48%;
        height: 145px;
    }

        .factory-image li:nth-child(2n) {
            margin-right: 0
        }

    .product-factory {
        padding: 30px 0 0 25px;
    }

        .product-factory .button-wrapper {
            display: inline-block
        }

    /*ürün-detay*/

    .product-detail-navigation-icon {
        display: none
    }

    .product-content {
        width: 92%;
        margin: 17% auto 0;
        display: block;
        height: 200px;
    }

    .product-detail-content h1 {
        font-size: 22px;
        margin: 0
    }

    .product-detail-content {
        top: 80%;
        left: 10px;
    }

    .product-back {
        height: 275px
    }

    .product-detail-icon-container {
        width: 90%;
    }

    .material-information {
        width: 48.9%;
    }

        .material-information:nth-child(2n) {
            margin-right: 0;
        }

    .table-scroll {
        overflow-x: scroll;
    }
    /*iletisim*/


    .map {
        height: 390px
    }

        .map iframe {
            height: 390px
        }

    .contact-back {
        height: 130%;
        background: #ed1c24;
        padding: 0 15px;
    }

        .contact-back div {
            width: 93% !important;
            margin: 15px 0;
            float: left
        }

        .contact-back .title {
            margin: 0
        }

        .contact-back .address .title {
            background-size: 7%;
        }

        .contact-back .contact-phone .title {
            background-size: 6%;
        }

        .contact-back .contact-faks .title {
            background-size: 8%;
        }

        .contact-back .contact-phone a::after {
            display: none
        }

    .contact-mail .title {
        background-size: 7%
    }

    .contact-form {
        width: 91%;
        margin-top: 20px
    }

    .modal-list .form-list {
        width: 100%;
        margin-right: 0
    }

    .form-txt {
        padding: 20px
    }

    .effect-19:focus ~ label, .has-content.effect-19 ~ label {
        left: 20px
    }

    .uyari {
        margin-left: 20px
    }

    .effect-19 ~ label {
        left: 20px
    }

    .recaptcha {
        float: none;
        display: block;
        margin: 0 auto;
    }

    .form-list .button-wrapper {
        float: none;
        margin-top: 25px;
    }
}
/* iphone 5/5s yatay*/
@media only screen and (min-width:560px) and (max-width:639px) {
    .about-right {
        display: block !important;
        position: static !important;
        padding: 0;
        width: 100%;
        margin: 20px 0 0;
    }

    .about-image {
        width: 30.07%;
        margin-bottom: 10px;
        aspect-ratio: 300/170;
        height: auto;
    }

    .mmenu {
        display: block;
    }

    #menu .mm-navbar__title:not(:last-child) {
        padding-right: 25px;
    }

    #menu .mm-navbar__title > span {
        background-size: 20%;
    }

    #menu .contact {
        position: relative;
        bottom: -59px;
    }

        #menu .contact .phone {
            background-size: 4%;
        }

        #menu .contact .mail {
            background-size: 4%;
        }

    .main {
        width: 100%
    }
    /*anasayfa*/
    .top-content {
        width: 50%;
    }

    .index-309 {
        margin: 0 0 20px;
    }

    .whatsapp {
        right: 10px
    }

    .social-btn {
        width: 50px;
        margin: 0
    }

        .social-btn span {
            display: none
        }

    .top-contact .phone {
        display: none
    }

    .top-contact .mail {
        display: none
    }

    .top-menu {
        display: none !important;
    }

    .top-content {
        width: 43%;
    }

    .language {
        position: absolute;
        right: 75px;
    }

    .scroll-down {
        display: none
    }

    .flex-caption {
        padding: 20.5% 7.45% 20.5% !important;
    }

    .flex-title {
        font-size: 22px;
    }

    .flex-text {
        font-size: 18px;
        height: 48px
    }

    .btn-detail {
        margin-top: 30px;
        width: 200px
    }

    .flex-container .flex-control-nav {
        width: 40%;
        right: 0;
        padding: 0;
    }

    .about-right {
        display: none
    }

    .about-content {
        padding: 21px 13px 21px 20px;
        margin-right: 0px;
        width: 180px;
    }


    .footer-container {
        background: url(../images/footer-back3.png)no-repeat center;
        background-size: cover;
        height: 770px
    }

    .footer {
        margin-top: 30px
    }

    .footer-logo {
        width: 70%;
        margin-bottom: 25px;
    }

    .footer-box {
        display: none;
        float: none
    }

        .footer-box:nth-child(2) {
            display: block;
            width: 91%;
            margin: 0 auto;
        }

        .footer-box:nth-child(3) {
            display: block;
            width: 91%;
            margin: 20px auto 0;
        }

    .copyrigth-container {
        margin-top: 20px;
        padding: 20px 0;
    }

    .address .title {
        background-size: 6%
    }

    .contact-phone .title {
        background-size: 5%
    }

    .contact-faks .title {
        background-size: 7%
    }

    .social-media a {
        margin-right: 20px;
    }

    .copyright-left {
        padding-left: 14px;
    }

    .copyright-right {
        margin-right: 65px;
    }

    .address {
        margin-top: 10px;
        width: 100%;
    }

    .contact-phone {
        margin-top: 15px
    }

        .contact-phone a::after {
            margin: 0 12px 0 12px;
        }

    .contact-mail {
        float: none;
        display: block;
        width: 62%;
        margin: 20px auto 0;
    }

    .contact-faks {
        margin-top: 20px;
        float: none
    }

    .social-media {
        display: block;
        margin: 20px auto 0;
        width: 43%
    }

    .index-dubleks {
        margin-bottom: 30px
    }

    .index-corporate {
        margin-top: 8%;
        height: auto;
    }

    .index-corporate-text {
        width: 90%;
        padding: 20px 15px;
        margin-top: 8%
    }

    .index-dubleks .title {
        font-size: 20px;
        line-height: 20px;
    }

    .index-corporate .button-wrapper {
        margin-top: 25px
    }

    .index-product {
        margin-top: 45px;
        height: auto;
    }

    .index-product-left {
        width: 100%;
        padding: 20px;
    }

    .index-product-right {
        width: 60%;
        margin: 14px 113px 0;
        float: none;
        height: 300px;
    }

        .index-product-right .button-wrapper {
            position: absolute;
            top: 73%;
            left: 29%;
        }

    .button-wrapper {
        display: block;
        margin: 15px auto 0;
    }

    .index-about {
        margin: 0 auto 25px;
        width: 93%;
    }

    /*kurumsal*/
    .sub-page {
       height: 215px;
    }

    .page-shadow {
        height: 245px;
    }

    .navigation {
        top: 0;
        position: absolute;
        left: 11px;
        width: 94%
    }

    .navigate-menu {
        margin: 5px 0
    }

    .navigation h1 {
        font-size: 20px
    }

    .navi-title {
        font-size: 20px;
    }

    .corporate-content {
        padding-top: 20px;
    }

        .corporate-content .title {
            line-height: 24px;
            font-size: 22px;
        }

        .corporate-content .corporate-left {
            display: block;
            margin: 0 auto;
            float: none;
        }

    .corporate-box {
        width: 48%;
        margin: 0 20px 25px 0;
        padding: 17px;
    }

        .corporate-box:nth-child(2n) {
            margin-right: auto;
        }

        .corporate-box span {
            width: 68%;
            margin-left: 15px;
        }

    .corporate-content .text {
        margin-bottom: 45px
    }


    .factory-container .title {
        margin: 20px 0;
        font-size: 20px;
    }

    .factory-image li {
        width: 48.5%;
        height: 145px;
    }

        .factory-image li:nth-child(2n) {
            margin-right: 0
        }

    .product-factory {
        padding: 30px 0 0 25px;
    }

        .product-factory .button-wrapper {
            display: inline-block
        }

    /*ürün-detay*/

    .product-detail-navigation-icon {
        display: none
    }

    .product-content {
        margin: 11% auto 0;
        display: block;
        height: 200px;
    }

    .product-detail-content h1 {
        font-size: 22px;
        margin: 0
    }

    .product-detail-content {
        top: 3%;
        left: 10px;
    }

    .product-back {
        height: 285px
    }

    .material-information {
        width: 49.1%;
    }

        .material-information:nth-child(2n) {
            margin-right: 0;
        }

    .table-scroll {
        overflow-x: scroll;
        height: auto;
    }
    /*iletisim*/

    .map {
        height: 390px
    }

        .map iframe {
            height: 390px
        }

    .contact-back {
        height: 130%;
        background: #ed1c24;
        padding: 0 15px;
    }

        .contact-back div {
            width: 93% !important;
            margin: 15px 0;
            float: left
        }

        .contact-back .title {
            margin: 0
        }

        .contact-back .address .title {
            background-size: 7%;
        }

        .contact-back .contact-phone .title {
            background-size: 6%;
        }

        .contact-back .contact-faks .title {
            background-size: 8%;
        }

        .contact-back .contact-phone a::after {
            display: none
        }

    .contact-mail .title {
        background-size: 7%
    }

    .contact-form {
        width: 91%;
        margin-top: 20px
    }

    .modal-list .form-list {
        width: 100%;
        margin-right: 0
    }

    .form-txt {
        padding: 20px
    }

    .effect-19:focus ~ label, .has-content.effect-19 ~ label {
        left: 20px
    }

    .uyari {
        margin-left: 20px
    }

    .effect-19 ~ label {
        left: 20px
    }
}
/* Samsung S3 yatay*/
@media only screen and (min-width:640px) and (max-width:659px) {
    .index-309 {
        margin: 0 0 20px;
    }

    .about-right {
        display: block !important;
        position: static !important;
        padding: 0;
        width: 100%;
        margin: 20px 0 0;
    }

    .about-image {
        width: 30.61%;
        margin-bottom: 10px;
        aspect-ratio: 300/170;
        height: auto;
    }

    .mmenu {
        display: block;
    }

    #menu .mm-navbar__title:not(:last-child) {
        padding-right: 25px;
    }

    #menu .mm-navbar__title > span {
        background-size: 20%;
    }

    #menu .contact {
        position: relative;
        bottom: -59px;
    }

        #menu .contact .phone {
            background-size: 5%;
        }

        #menu .contact .mail {
            background-size: 5%;
        }

    .main {
        width: 100%
    }
    /*anasayfa*/
    .top-content {
        width: 50%;
    }

    .whatsapp {
        right: 10px
    }

    .social-btn {
        width: 50px;
        margin: 0
    }

        .social-btn span {
            display: none
        }

    .top-contact .phone {
        display: none
    }

    .top-contact .mail {
        display: none
    }

    .top-menu {
        display: none !important;
    }

    .top-content {
        width: 43%;
    }

    .language {
        position: absolute;
        right: 75px;
    }

    .scroll-down {
        display: none
    }

    .flex-caption {
        padding: 21% 7.45% 21% !important;
    }

    .flex-title {
        font-size: 22px;
    }

    .flex-text {
        font-size: 18px;
        height: 50px
    }

    .btn-detail {
        margin-top: 25px;
        width: 200px
    }

    .flex-container .flex-control-nav {
        width: 40%;
        right: 0;
        padding: 0;
    }

    .about-right {
        display: none
    }

    .about-content {
        padding: 21px 13px 21px 20px;
        margin-right: 0px;
        width: 194px;
    }

    .footer-container {
        background: url(../images/footer-back3.png)no-repeat center;
        background-size: cover;
        height: 780px
    }

    .footer {
        margin-top: 30px
    }

    .footer-logo {
        width: 70%;
        margin-bottom: 25px;
    }

    .footer-box {
        display: none;
        float: none
    }

        .footer-box:nth-child(2) {
            display: block;
            width: 91%;
            margin: 0 auto;
        }

        .footer-box:nth-child(3) {
            display: block;
            width: 91%;
            margin: 20px auto 0;
        }

    .copyrigth-container {
        margin-top: 20px;
        padding: 20px 0;
    }

    .address .title {
        background-size: 5%
    }

    .contact-phone .title {
        background-size: 4%
    }

    .contact-faks .title {
        background-size: 6%
    }

    .social-media a {
        margin-right: 20px;
    }

    .copyright-left {
        padding-left: 14px;
    }

    .copyright-right {
        margin-right: 65px;
    }

    .address {
        margin-top: 10px;
        width: 100%;
    }

    .contact-phone {
        margin-top: 15px
    }

        .contact-phone a::after {
            margin: 0 12px 0 12px;
        }

    .contact-mail {
        float: none;
        display: block;
        width: 55%;
        margin: 20px auto 0;
    }

    .contact-faks {
        margin-top: 20px;
        float: none
    }

    .social-media {
        display: block;
        margin: 20px auto 0;
        width: 38%
    }

    .index-dubleks {
        margin-bottom: 30px
    }

    .index-corporate {
        margin-top: 8%;
        height: auto;
    }

    .index-corporate-text {
        width: 90%;
        padding: 20px 15px;
        margin-top: 8%
    }

    .index-dubleks .title {
        font-size: 20px;
        line-height: 20px;
    }

    .index-corporate .button-wrapper {
        margin-top: 25px
    }

    .index-product {
        margin-top: 45px;
        height: auto;
    }

    .index-product-left {
        padding: 20px;
        height: auto;
    }

    .index-product-right {
        width: 43%;
        margin: 0% 3.5% 0;
        height: auto;
    }

        .index-product-right .button-wrapper {
            position: absolute;
            top: 68%;
            left: 24%;
        }

    .button-wrapper {
        display: block;
        margin: 15px auto 0;
    }

    .index-about {
        margin: 0 auto 25px;
        width: 93%;
    }

    /*kurumsal*/
    .sub-page {
  
        height: 215px;
    }

    .page-shadow {
        height: 245px;
    }

    .navigation {
        top: 0;
        position: absolute;
        left: 11px;
        width: 94%
    }

    .navigate-menu {
        margin: 5px 0
    }

    .navigation h1 {
        font-size: 20px
    }

    .navi-title {
        font-size: 20px;
    }

    .corporate-content {
        padding-top: 20px;
    }

        .corporate-content .title {
            line-height: 24px;
            font-size: 22px;
        }

        .corporate-content .corporate-left {
            display: block;
            margin: 0 auto;
            float: none;
        }

    .corporate-box {
        width: 48%;
        margin: 0 20px 25px 0;
        padding: 17px;
    }

        .corporate-box:nth-child(2n) {
            margin-right: auto;
        }

        .corporate-box span {
            width: 63%;
            margin-left: 18px;
        }

    .corporate-content .text {
        margin-bottom: 45px
    }


    .factory-container .title {
        margin: 20px 0;
        font-size: 20px;
    }

    .factory-image li {
        width: 31.6%;
        height: 145px;
        margin: 0 13px 15px 0;
    }

        .factory-image li:nth-child(3n) {
            margin-right: 0
        }

    .product-factory {
        padding: 30px 0 0 25px;
    }

        .product-factory .button-wrapper {
            display: inline-block
        }

    /*ürün-detay*/

    .product-detail-navigation-icon {
        display: none
    }

    .product-content {
        margin: 11% auto 0;
        display: block;
        height: 230px;
    }

    .product-detail-content h1 {
        font-size: 22px;
        margin: 0
    }

    .product-detail-content {
        top: 3%;
        left: 10px;
    }

    .product-back {
        height: 325px
    }

    .material-information {
        width: 32%;
    }

        .material-information:nth-child(4n) {
            margin-right: 9px;
        }

        .material-information:nth-child(3n) {
            margin-right: 0;
        }

    .table-scroll {
        overflow-x: scroll;
        height: auto;
    }
    /*iletisim*/

    .map {
        height: 285px
    }

        .map iframe {
            height: 285px
        }

    .contact-back {
        height: 118%;
        background: #ed1c24;
        padding: 0 15px;
    }

        .contact-back div {
            width: 93% !important;
            margin: 15px 0;
            float: left
        }

        .contact-back .title {
            margin: 0
        }

        .contact-back .address .title {
            background-size: 6%;
        }

        .contact-back .contact-phone .title {
            background-size: 5%;
        }

        .contact-back .contact-faks .title {
            background-size: 6%;
        }

        .contact-back .contact-phone a::after {
            display: none
        }

    .contact-mail .title {
        background-size: 5%
    }

    .contact-form {
        width: 91%;
        margin-top: 20px
    }

    .modal-list .form-list {
        width: 49%;
        margin-right: 7px;
    }

    .recaptcha {
        margin-top: 15px
    }

    .form-list .button-wrapper {
        margin-top: 30px;
    }

    .form-txt {
        padding: 20px
    }

    .effect-19:focus ~ label, .has-content.effect-19 ~ label {
        left: 20px
    }

    .uyari {
        margin-left: 20px
    }

    .effect-19 ~ label {
        left: 20px
    }
}
/* iphone 6/6s yatay*/
@media only screen and (min-width:660px) and (max-width:699px) {
    .index-309 {
        margin: 0 0 20px;
    }

    .about-right {
        display: block !important;
        position: static !important;
        padding: 0;
        width: 100%;
        margin: 20px 0 0;
    }

    .about-image {
        width: 30.75%;
        margin-bottom: 10px;
        aspect-ratio: 300/170;
        height: auto;
    }

    .mmenu {
        display: block;
    }

    #menu .mm-navbar__title:not(:last-child) {
        padding-right: 25px;
    }

    #menu .mm-navbar__title > span {
        background-size: 20%;
    }

    #menu .contact {
        position: relative;
        bottom: -59px;
    }

        #menu .contact .phone {
            background-size: 4%;
        }

        #menu .contact .mail {
            background-size: 4%;
        }

    .main {
        width: 100%
    }
    /*anasayfa*/
    .top-content {
        width: 50%;
    }

    .whatsapp {
        right: 10px
    }

    .social-btn {
        width: 50px;
        margin: 0
    }

        .social-btn span {
            display: none
        }

    .top-contact .phone {
        display: none
    }

    .top-contact .mail {
        display: none
    }

    .top-menu {
        display: none !important;
    }

    .top-content {
        width: 43%;
    }

    .language {
        position: absolute;
        right: 75px;
    }

    .scroll-down {
        display: none
    }

    .flex-caption {
        padding: 21% 7.45% 21.7% !important;
    }

    .flex-title {
        font-size: 22px;
    }

    .flex-text {
        font-size: 18px;
        height: 50px
    }

    .btn-detail {
        margin-top: 35px;
        width: 200px
    }

    .flex-container .flex-control-nav {
        width: 40%;
        right: 0;
        padding: 0;
    }

    .about-right {
        display: none
    }

    .about-content {
        margin-right: 0px;
    }

    .footer-container {
        background: url(../images/footer-back3.png)no-repeat center;
        background-size: cover;
        height: 760px
    }

    .footer {
        margin-top: 30px
    }

    .footer-logo {
        width: 68%;
        margin-bottom: 25px;
    }

    .footer-box {
        display: none;
        float: none
    }

        .footer-box:nth-child(2) {
            display: block;
            width: 91%;
            margin: 0 auto;
        }

        .footer-box:nth-child(3) {
            display: inline-block;
            width: 91%;
            margin: 20px 30px 0;
        }

    .copyrigth-container {
        margin-top: 20px;
        padding: 20px 0;
    }

    .address .title {
        background-size: 4%
    }

    .contact-phone .title {
        background-size: 4%
    }

    .social-media a {
        margin-right: 20px;
    }

    .copyright-left {
        padding-left: 14px;
    }

    .copyright-right {
        margin-right: 65px;
    }

    .address {
        margin-top: 10px;
        width: 100%;
    }

    .contact-phone {
        margin-top: 15px
    }

        .contact-phone a::after {
            margin: 0 12px 0 12px;
        }

    .contact-mail {
        margin: 20px auto 0;
    }

    .contact-faks {
        margin-top: 20px;
    }

    .social-media {
        display: block;
        margin: 20px auto 0;
        width: 36%
    }

    .index-dubleks {
        margin-bottom: 30px
    }

    .index-corporate {
        height: 350px
    }

    .index-corporate-text {
        width: 90%;
        padding: 20px 15px;
        margin-top: -13%;
    }

    .index-dubleks .title {
        font-size: 20px;
        line-height: 20px;
    }

    .index-corporate .button-wrapper {
        margin-top: 25px
    }

    .index-product {
        margin-top: 45px;
        height: auto;
    }

    .index-product-left {
        padding: 20px;
        height: auto;
    }

    .index-product-right {
        width: 43%;
        margin: 0% 3.5% 0;
        height: auto;
    }

        .index-product-right .button-wrapper {
            position: absolute;
            top: 68%;
            left: 24%;
        }

    .button-wrapper {
        display: block;
        margin: 15px auto 0;
    }

    .index-about {
        margin: 0 auto 25px;
        width: 93%;
    }

    /*kurumsal*/
    .sub-page {
        
        height: 215px;
    }

    .page-shadow {
        height: 245px;
    }

    .navigation {
        top: 0;
        position: absolute;
        left: 11px;
        width: 94%
    }

    .navigate-menu {
        margin: 5px 0
    }

    .navigation h1 {
        font-size: 20px
    }

    .navi-title {
        font-size: 20px;
    }

    .corporate-content {
        padding-top: 25px;
    }

        .corporate-content .title {
            line-height: 24px;
            font-size: 22px;
        }

        .corporate-content .corporate-left {
            display: block;
            margin: 0 auto;
            float: none;
        }

    .corporate-box {
        width: 48%;
        margin: 0 20px 25px 0;
        padding: 17px;
    }

        .corporate-box:nth-child(2n) {
            margin-right: auto;
        }

        .corporate-box span {
            width: 63%;
            margin-left: 18px;
        }

    .corporate-content .text {
        margin-bottom: 45px
    }


    .factory-container .title {
        margin: 20px 0;
        font-size: 20px;
    }

    .factory-image li {
        width: 23.1%;
        height: auto;
    }

        .factory-image li:nth-child(5n) {
            margin-right: 0
        }

    .product-factory {
        padding: 30px 0 0 25px;
    }

        .product-factory .button-wrapper {
            display: inline-block
        }

    /*ürün-detay*/

    .product-detail-navigation-icon {
        display: none
    }

    .product-content {
        margin: 11% auto 0;
        display: block;
        height: 230px;
    }

    .product-detail-content h1 {
        font-size: 22px;
        margin: 0
    }

    .product-detail-content {
        top: 3%;
        left: 10px;
    }

    .product-back {
        height: 325px
    }


    .material-information {
        width: 32%;
    }

        .material-information:nth-child(4n) {
            margin-right: 9px;
        }

        .material-information:nth-child(3n) {
            margin-right: 0;
        }


    .table-scroll {
        overflow-x: scroll;
        height: auto;
    }

    /*iletisim*/

    .map {
        height: 285px
    }

        .map iframe {
            height: 285px
        }

    .contact-back {
        height: 110%;
        background: #ed1c24;
        padding: 0 15px;
    }

        .contact-back div {
            width: 93% !important;
            margin: 15px 0;
            float: left
        }

        .contact-back .title {
            margin: 0
        }

        .contact-back .address .title {
            background-size: 6%;
        }

        .contact-back .contact-phone .title {
            background-size: 5%;
        }

        .contact-back .contact-faks .title {
            background-size: 6%;
        }

        .contact-back .contact-phone a::after {
            display: none
        }

    .contact-mail .title {
        background-size: 5%
    }

    .contact-form {
        width: 91%;
        margin-top: 20px
    }

    .modal-list .form-list {
        width: 49%;
        margin-right: 7px;
    }

    .recaptcha {
        margin-top: 15px
    }

    .form-list .button-wrapper {
        margin-top: 30px;
    }

    .form-txt {
        padding: 20px
    }

    .effect-19:focus ~ label, .has-content.effect-19 ~ label {
        left: 20px
    }

    .uyari {
        margin-left: 20px
    }

    .effect-19 ~ label {
        left: 20px
    }
}
/* iphone Plus yatay*/
@media only screen and (min-width:700px) and (max-width:759px) {
    .index-309 {
        margin: 0 0 20px;
    }

    .about-right {
        display: block !important;
        position: static;
        padding: 0;
        width: 100%;
        margin: 20px 0 0;
    }

    .about-image {
        width: 30.99%;
        margin-bottom: 10px;
        aspect-ratio: 300/170;
        height: auto;
    }

    .mmenu {
        display: block;
    }

    #menu .mm-navbar__title:not(:last-child) {
        padding-right: 25px;
    }

    #menu .mm-navbar__title > span {
        background-size: 20%;
    }

    #menu .contact {
        position: relative;
        bottom: -59px;
    }

        #menu .contact .phone {
            background-size: 4%;
        }

        #menu .contact .mail {
            background-size: 4%;
        }

    .main {
        width: 100%
    }
    /*anasayfa*/
    .top-content {
        width: 50%;
    }

    .whatsapp {
        right: 10px
    }

    .social-btn {
        width: 50px;
        margin: 0
    }

        .social-btn span {
            display: none
        }

    .top-contact .phone {
        display: none
    }

    .top-contact .mail {
        display: none
    }

    .top-menu {
        display: none !important;
    }

    .top-content {
        width: 43%;
    }

    .language {
        position: absolute;
        right: 75px;
    }

    .scroll-down {
        display: none
    }

    .flex-caption {
        padding: 22% 7.45% 22% !important;
    }

    .flex-title {
        font-size: 26px;
        margin-bottom: 0
    }

    .flex-text {
        font-size: 18px;
        height: 50px
    }

    .btn-detail {
        margin-top: 30px;
        width: 200px
    }

    .flex-container .flex-control-nav {
        width: 40%;
        right: 0;
        padding: 0;
        bottom: 30%;
    }

    .about-right {
        display: none
    }

    .about-content {
        margin-right: 0;
        width:23%;
    }

        .about-content span
        {
            font-size:21px;
        }

        .footer-container {
            background: url(../images/footer-back3.png)no-repeat center;
            background-size: cover;
            height: 770px
        }

    .footer {
        margin-top: 30px
    }

    .footer-logo {
        width: 68%;
        margin-bottom: 25px;
    }

    .footer-box {
        display: none;
        float: none
    }

        .footer-box:nth-child(2) {
            display: block;
            width: 91%;
            margin: 0 auto;
        }

        .footer-box:nth-child(3) {
            display: inline-block;
            width: 91%;
            margin: 20px 31px 0;
        }

    .copyrigth-container {
        margin-top: 20px;
        padding: 20px 0;
    }

    .address .title {
        background-size: 4%
    }

    .contact-phone .title {
        background-size: 4%
    }

    .social-media a {
        margin-right: 20px;
    }

    .copyright-left {
        padding-left: 14px;
    }

    .copyright-right {
        margin-right: 65px;
    }

    .address {
        margin-top: 10px;
        width: 100%;
    }

    .contact-phone {
        margin-top: 15px
    }

        .contact-phone a::after {
            margin: 0 12px 0 12px;
        }

    .contact-mail {
        margin: 20px auto 0;
    }

    .contact-faks {
        margin-top: 20px;
    }

    .social-media {
        display: block;
        margin: 20px auto 0;
        width: 33%
    }

    .index-dubleks {
        margin-bottom: 30px
    }

    .index-corporate {
        height: 345px
    }

    .index-corporate-text {
        width: 90%;
        padding: 20px 15px;
        margin-top: -13%;
    }

    .index-dubleks .title {
        font-size: 20px;
        line-height: 20px;
    }

    .index-corporate .button-wrapper {
        margin-top: 25px
    }

    .index-product {
        margin-top: 45px;
        height: auto;
    }

    .index-product-left {
        padding: 20px;
        height: auto;
    }

    .index-product-right {
        width: 44%;
        margin: 0% 3% 0;
        height: auto;
    }

        .index-product-right .button-wrapper {
            position: absolute;
            top: 71%;
            left: 27%;
        }

    .button-wrapper {
        display: block;
        margin: 15px auto 0;
    }

    .index-about {
        margin: 0 auto 25px;
        width: 93%;
    }

    /*kurumsal*/
    .sub-page {
        
        height: 215px;
    }

    .page-shadow {
        height: 245px;
    }

    .navigation {
        top: 0;
        position: absolute;
        left: 11px;
        width: 94%
    }

    .navigate-menu {
        margin: 5px 0
    }

    .navigation h1 {
        font-size: 20px
    }

    .navi-title {
        font-size: 20px;
    }

    .corporate-content {
        padding-top: 25px;
    }

        .corporate-content .title {
            line-height: 24px;
            font-size: 22px;
        }

        .corporate-content .corporate-left {
            display: block;
            margin: 0 auto;
            float: none;
        }

    .corporate-box {
        width: 48%;
        margin: 0 20px 25px 0;
        padding: 17px;
    }

        .corporate-box:nth-child(2n) {
            margin-right: auto;
        }

        .corporate-box span {
            width: 63%;
            margin-left: 18px;
        }

    .corporate-content .text {
        margin-bottom: 45px
    }


    .factory-container .title {
        margin: 20px 0;
        font-size: 20px;
    }

    .factory-image li {
        width: 23.2%;
        height: auto;
    }

        .factory-image li:nth-child(4n) {
            margin-right: 0
        }

    .product-factory {
        padding: 30px 0 0 25px;
    }

        .product-factory .button-wrapper {
            display: inline-block
        }

    /*ürün-detay*/

    .product-detail-navigation-icon {
        display: none
    }

    .product-content {
        margin: 11% auto 0;
        display: block;
        height: 230px;
    }

    .product-detail-content h1 {
        font-size: 22px;
        margin: 0
    }

    .product-detail-content {
        top: 3%;
        left: 10px;
    }

    .product-back {
        height: 325px
    }


    .material-information {
        width: 32.4%;
    }

        .material-information:nth-child(4n) {
            margin-right: 9px;
        }

        .material-information:nth-child(3n) {
            margin-right: 0;
        }


    .table-scroll {
        overflow-x: scroll;
        height: auto;
    }

    /*iletisim*/
    .map {
        height: 285px
    }

        .map iframe {
            height: 285px
        }

    .contact-back {
        height: 100%;
        background: #ed1c24;
        padding: 0 15px;
    }

        .contact-back div {
            width: 93% !important;
            margin: 15px 0;
            float: left
        }

        .contact-back .title {
            margin: 0
        }

        .contact-back .address .title {
            background-size: 5%;
        }

        .contact-back .contact-phone .title {
            background-size: 4%;
        }

        .contact-back .contact-faks .title {
            background-size: 5%;
        }

        .contact-back .contact-phone a::after {
            display: none
        }

    .contact-mail .title {
        background-size: 4%
    }

    .contact-form {
        width: 91%;
        margin-top: 20px
    }

    .modal-list .form-list {
        width: 49%;
        margin-right: 7px;
    }

    .recaptcha {
        margin-top: 15px
    }

    .form-list .button-wrapper {
        margin-top: 30px;
    }

    .form-txt {
        padding: 20px
    }

    .effect-19:focus ~ label, .has-content.effect-19 ~ label {
        left: 20px
    }

    .uyari {
        margin-left: 20px
    }

    .effect-19 ~ label {
        left: 20px
    }
}
/* iphone 12 pro yatay*/
@media only screen and (min-width:844px) and (max-width:999px) {
    .index-309 {
        margin: 0 0 20px;
    }

    .about-right {
        display: block !important;
        position: static;
        padding: 0;
        width: 100%;
        margin: 20px 0 0;
    }

    .about-image {
        width: 31.09%;
        margin-bottom: 10px;
        aspect-ratio: 300/170;
        height: auto;
    }
}
/* iphone x yatay*/
@media only screen and (min-width:811px) and (max-width:999px) {
    .about-right {
        display: block !important;
        position: static;
        padding: 0;
        width: 100%;
        margin: 20px 0 0;
    }

    .about-image {
        width: 31.09%;
        margin-bottom: 10px;
        aspect-ratio: 300/170;
        height: auto;
    }

    .index-309 {
        margin: 0 0 20px;
    }

    .mmenu {
        display: block;
    }

    #menu .mm-navbar__title:not(:last-child) {
        padding-right: 25px;
    }

    #menu .mm-navbar__title > span {
        background-size: 18%;
    }

    #menu .contact {
        position: relative;
        bottom: -59px;
    }

        #menu .contact .phone {
            background-size: 3%;
        }

        #menu .contact .mail {
            background-size: 3%;
        }

    .main {
        width: 100%
    }
    /*anasayfa*/
    .top-content {
        width: 50%;
    }

    .whatsapp {
        right: 10px
    }

    .social-btn {
        width: 50px;
        margin: 0
    }

        .social-btn span {
            display: none
        }

    .top-contact .phone {
        display: none
    }

    .top-contact .mail {
        display: none
    }

    .top-menu {
        display: none !important;
    }

    .top-content {
        width: 43%;
    }

    .language {
        position: absolute;
        right: 75px;
    }

    .scroll-down {
        display: none
    }

    .flex-caption {
        padding: 17% 7.45% 18% !important;
    }

    .flex-title {
        font-size: 26px;
        margin-bottom: 0
    }

    .flex-text {
        font-size: 18px;
        height: 50px
    }

    .btn-detail {
        margin-top: 30px;
        width: 200px
    }

    .flex-container .flex-control-nav {
        width: 40%;
        right: 0;
        padding: 0;
        bottom: 25%;    
    }

    .about-right {
        display: none
    }

    .about-content {
        width:160px;
        margin-right: 0;
        padding: 21px;
    }

        .about-content span {
            font-size: 18px;
        }


    .footer-container {
        background: url(../images/footer-back3.png)no-repeat center;
        background-size: cover;
        height: 760px
    }

    .footer {
        margin-top: 30px
    }

    .footer-logo {
        width: 62%;
        margin-bottom: 25px;
    }

    .footer-box {
        display: none;
        float: none
    }

        .footer-box:nth-child(2) {
            display: block;
            width: 91%;
            margin: 0 auto;
        }

        .footer-box:nth-child(3) {
            display: inline-block;
            width: 91%;
            margin: 20px 31px 0;
        }

    .copyrigth-container {
        margin-top: 20px;
        padding: 20px 0;
    }

    .address .title {
        background-size: 3.5%
    }

    .contact-phone .title {
        background-size: 3%
    }

    .contact-faks .title {
        background-size: 23%
    }

    .social-media a {
        margin-right: 20px;
    }

    .copyright-left {
        padding-left: 14px;
    }

    .copyright-right {
        margin-right: 65px;
    }

    .address {
        margin-top: 10px;
        width: 100%;
    }

    .contact-phone {
        margin-top: 15px
    }

        .contact-phone a::after {
            margin: 0 12px 0 12px;
        }

    .contact-mail {
        margin: 20px auto 0;
        width: 50%;
    }

    .contact-faks {
        margin-top: 20px;
    }

    .social-media {
        display: block;
        margin: 20px auto 0;
        width: 29%
    }

    .index-dubleks {
        margin-bottom: 30px
    }

    .index-corporate {
        height: 345px
    }

    .index-corporate-text {
        width: 90%;
        padding: 20px 15px;
        margin-top: -13%;
    }

    .index-dubleks .title {
        font-size: 22px;
        line-height: 22px;
    }

    .index-corporate .button-wrapper {
        margin-top: 25px
    }

    .index-product {
        margin-top: 45px;
        height: auto;
    }

    .index-product-left {
        padding: 20px;
        height: auto;
    }

    .index-product-right {
        width: 44%;
        margin: 0% 3% 0;
        height: auto;
    }

        .index-product-right .button-wrapper {
            position: absolute;
            top: 71%;
            left: 29%;
        }

    .button-wrapper {
        display: block;
        margin: 15px auto 0;
    }

    .index-about {
        margin: 0 auto 25px;
        width: 93%;
    }

    /*kurumsal*/
    .sub-page {
     
        height: 215px;
    }

    .page-shadow {
        height: 245px;
    }

    .navigation {
        top: 0;
        position: absolute;
        left: 11px;
        width: 94%
    }

    .navigate-menu {
        margin: 5px 0
    }

    .navigation h1 {
        font-size: 20px
    }

    .navi-title {
        font-size: 20px;
    }


    .corporate-content {
        padding-top: 25px;
    }

        .corporate-content .title {
            line-height: 24px;
            font-size: 22px;
        }

        .corporate-content .corporate-left {
            display: block;
            margin: 0 auto;
            float: none;
        }

    .corporate-box {
        width: 48%;
        margin: 0 20px 25px 0;
        padding: 17px;
    }

        .corporate-box:nth-child(2n) {
            margin-right: auto;
        }

        .corporate-box span {
            width: 66%;
            margin-left: 18px;
        }

    .corporate-content .text {
        margin-bottom: 45px
    }


    .factory-container .title {
        margin: 20px 0;
        font-size: 20px;
    }

    .factory-image li {
        width: 23.4%;
        height: auto;
    }

        .factory-image li:nth-child(4n) {
            margin-right: 0
        }

    .product-factory {
        padding: 30px 0 0 25px;
    }

        .product-factory .button-wrapper {
            display: inline-block
        }

    /*ürün-detay*/

    .product-detail-navigation-icon {
        display: none
    }

    .product-content {
        margin: 11% auto 0;
        display: block;
        height: 300px;
    }

    .product-detail-content h1 {
        font-size: 22px;
        margin: 0
    }

    .product-detail-content {
        top: 3%;
        left: 10px;
    }

    .product-back {
        height: 425px
    }


    .product-detail-icon-content {
        margin-top: 50px
    }

    .material-information {
        width: 32.4%;
    }

        .material-information:nth-child(4n) {
            margin-right: 9px;
        }

        .material-information:nth-child(3n) {
            margin-right: 0;
        }


    .table-scroll {
        overflow-x: scroll;
        height: auto;
    }

    /*iletisim*/


    .map {
        height: 285px
    }

        .map iframe {
            height: 285px
        }

    .contact-back {
        height: 100%;
        background: #ed1c24;
        padding: 0 15px;
    }

        .contact-back div {
            width: 93% !important;
            margin: 15px 0;
            float: left
        }

        .contact-back .title {
            margin: 0
        }

        .contact-back .address .title {
            background-size: 4%;
        }

        .contact-back .contact-phone .title {
            background-size: 3.5%;
        }

        .contact-back .contact-faks .title {
            background-size: 4%;
        }

        .contact-back .contact-phone a::after {
            display: none
        }

    .contact-mail .title {
        background-size: 4%
    }

    .contact-form {
        width: 91%;
        margin-top: 20px
    }

    .modal-list .form-list {
        width: 49%;
        margin-right: 11px;
    }

    .recaptcha {
        margin-top: 15px
    }

    .form-list .button-wrapper {
        margin-top: 30px;
    }

    .form-txt {
        padding: 20px
    }

    .effect-19:focus ~ label, .has-content.effect-19 ~ label {
        left: 20px
    }

    .uyari {
        margin-left: 20px
    }

    .effect-19 ~ label {
        left: 20px
    }
}
/* tablet dikey*/
@media only screen and (min-width:760px) and (max-width:810px) {
    .index-309 {
        margin: 0 0 20px;
    }

    .about-right {
        display: block !important;
        position: static;
        padding: 0;
        width: 100%;
        margin: 20px 0 0;
    }

    .about-image {
        width: 31.07%;
        margin-bottom: 10px;
        aspect-ratio: 300/170;
        height: auto;
    }

    .mmenu {
        display: block;
    }

    #menu .mm-navbar__title:not(:last-child) {
        padding-right: 25px;
    }

    #menu .mm-navbar__title > span {
        background-size: 18%;
    }

    #menu .contact {
        position: absolute;
    }

        #menu .contact .phone {
            background-size: 3%;
        }

        #menu .contact .mail {
            background-size: 3%;
        }

    .main {
        width: 100%
    }
    /*anasayfa*/
    .top-content {
        width: 50%;
    }

    .whatsapp {
        right: 10px
    }

    .social-btn {
        width: 50px;
        margin: 0
    }

        .social-btn span {
            display: none
        }

    .top-contact .phone {
        display: none
    }

    .top-contact .mail {
        display: none
    }

    .top-menu {
        display: none !important;
    }

    .top-content {
        width: 43%;
    }

    .language {
        position: absolute;
        right: 75px;
    }

    .scroll-down {
        display: none
    }

    .flex-caption {
        padding: 35% 7.45% 67% !important;
    }

    .flex-text {
        height: 90px
    }

    .btn-detail {
        width: 200px
    }

    .about-right {
        display: none
    }


    .about-content {
        padding: 21px 30px 21px 30px;
        margin-right: 0;
        width: 23%;
    }

        .about-content span {
            font-size: 21px;
        }

    .footer-container {
        background: url(../images/footer-back3.png)no-repeat center;
        background-size: cover;
        height: 760px
    }

    .footer {
        margin-top: 30px
    }

    .footer-logo {
        width: 62%;
        margin-bottom: 25px;
    }

    .footer-box {
        display: none;
        float: none
    }

        .footer-box:nth-child(2) {
            display: block;
            width: 91%;
            margin: 0 auto;
        }

        .footer-box:nth-child(3) {
            display: inline-block;
            width: 91%;
            margin: 20px 31px 0;
        }

    .copyrigth-container {
        margin-top: 20px;
        padding: 20px 0;
    }

    .address .title {
        background-size: 3.5%
    }

    .contact-phone .title {
        background-size: 3%
    }

    .contact-faks .title {
        background-size: 23%
    }

    .social-media a {
        margin-right: 20px;
    }

    .copyright-left {
        padding-left: 14px;
    }

    .copyright-right {
        margin-right: 65px;
    }

    .address {
        margin-top: 10px;
        width: 100%;
    }

    .contact-phone {
        margin-top: 15px
    }

        .contact-phone a::after {
            margin: 0 12px 0 12px;
        }

    .contact-mail {
        margin: 20px auto 0;
        width: 50%;
    }

    .contact-faks {
        margin-top: 20px;
    }

    .social-media {
        display: block;
        margin: 20px auto 0;
        width: 32%
    }

    .index-dubleks {
        margin-bottom: 30px
    }

    .index-corporate {
        height: 345px
    }

    .index-corporate-text {
        width: 90%;
        padding: 20px 15px;
        margin-top: -13%;
    }

    .index-dubleks .title {
        font-size: 22px;
        line-height: 22px;
    }

    .index-corporate .button-wrapper {
        margin-top: 25px
    }

    .index-product {
        margin-top: 45px;
        height: auto;
    }

    .index-product-left {
        padding: 20px;
        height: auto;
    }

    .index-product-right {
        width: 44%;
        margin: 0% 3% 0;
        height: auto;
    }

        .index-product-right .button-wrapper {
            position: absolute;
            top: 71%;
            left: 29%;
        }

    .button-wrapper {
        display: block;
        margin: 15px auto 0;
    }

    .index-about {
        margin: 0 auto 25px;
        width: 93%;
    }

    /*kurumsal*/
    .sub-page {
       
        height: 215px;
    }

    .page-shadow {
        height: 245px;
    }

    .navigation {
        top: 0;
        position: absolute;
        left: 11px;
        width: 94%
    }

    .navigate-menu {
        margin: 5px 0
    }

    .navigation h1 {
        font-size: 20px
    }

    .navi-title {
        font-size: 20px;
    }

    .corporate-content {
        padding-top: 25px;
    }

        .corporate-content .title {
            line-height: 24px;
            font-size: 22px;
        }

        .corporate-content .corporate-left {
            display: block;
            margin: 0 auto;
            float: none;
        }

    .corporate-box {
        width: 48%;
        margin: 0 20px 25px 0;
        padding: 17px;
    }

        .corporate-box:nth-child(2n) {
            margin-right: auto;
        }

        .corporate-box span {
            width: 66%;
            margin-left: 18px;
        }

    .corporate-content .text {
        margin-bottom: 45px
    }


    .factory-container .title {
        margin: 20px 0;
        font-size: 20px;
    }

    .factory-image li {
        width: 23.3%;
        height: auto;
    }

        .factory-image li:nth-child(4n) {
            margin-right: 0
        }

    .product-factory {
        padding: 30px 0 0 25px;
    }

        .product-factory .button-wrapper {
            display: inline-block
        }

    /*ürün-detay*/

    .product-detail-navigation-icon {
        display: none
    }

    .product-content {
        margin: 11% auto 0;
        display: block;
        height: 300px;
    }

    .product-detail-content h1 {
        font-size: 22px;
        margin: 0
    }

    .product-detail-content {
        top: 3%;
        left: 10px;
    }

    .product-back {
        height: 425px
    }


    .product-detail-icon-content {
        margin-top: 50px
    }

    .material-information {
        width: 32.4%;
    }

        .material-information:nth-child(4n) {
            margin-right: 9px;
        }

        .material-information:nth-child(3n) {
            margin-right: 0;
        }


    .table-scroll {
        overflow-x: scroll;
        height: auto;
    }

    /*iletisim*/
    .map {
        height: 285px
    }

        .map iframe {
            height: 285px
        }

    .contact-back {
        height: 40%;
        background: #ed1c24;
        padding: 0 15px;
    }

        .contact-back div {
            width: 93% !important;
            margin: 15px 0;
            float: left
        }

        .contact-back .title {
            margin: 0
        }

        .contact-back .address .title {
            background-size: 4%;
        }

        .contact-back .contact-phone .title {
            background-size: 3.5%;
        }

        .contact-back .contact-faks .title {
            background-size: 4%;
        }

        .contact-back .contact-phone a::after {
            display: none
        }

    .contact-mail .title {
        background-size: 4%
    }

    .contact-form {
        width: 91%;
        margin-top: 20px
    }

    .modal-list .form-list {
        width: 49%;
        margin-right: 10px;
    }

    .recaptcha {
        margin-top: 15px
    }

    .form-list .button-wrapper {
        margin-top: 30px;
    }

    .form-txt {
        padding: 20px
    }

    .effect-19:focus ~ label, .has-content.effect-19 ~ label {
        left: 20px
    }

    .uyari {
        margin-left: 20px
    }

    .effect-19 ~ label {
        left: 20px
    }
}
/*#endregion*/

.mt-7 {
    margin-top: 7.3%;
}

.mb-25 {
    margin-bottom: 25px;
}


.margin-0 {
    margin: 0;
}
.corporate-content .text strong {
    font-family: Montserrat-Bold;
    font-size: 16px;
    line-height: 27px;
    color: #0a2158;
}