﻿/*#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;
    }

.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: 481fr 533fr 186fr;
}

.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 {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.footer-adress-text .footer-contact-tel {
    font-family: Montserrat-Regular;
    color: #6f40f1;
    font-size: 14px;
    line-height: 14px;
    margin-top: 8px;
    display:block;
}

.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;
}

.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;
}

.breadcrumb-content ul {
    display: flex;
    align-items: center;
}

    .breadcrumb-content ul li a {
        font-family: Montserrat-SemiBold;
        font-size: 14px;
        color: white;
    }

.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: 98%;
    }
}

/* 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: 94%;
    }
}

@media only screen and (min-width:480px) and (max-width:759px) {
    .container-xxl,
    .container,
    .container-m,
    .container-s,
    .container-sm,
    .container-xxs {
        max-width: 94%;
    }
}

@media only screen and (min-width:760px) and (max-width:931px) {
    .container-xxl,
    .container,
    .container-s,
    .container-m,
    .container-sm {
        max-width: 92%;
    }
}

/* iphone 5/5s dikey*/
@media only screen and (max-width:359px) {
    .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) {
    .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) {
    .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) {
    .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) {
    .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) {
    .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) {
    .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;
    }

    .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;
    }

    .corporate-left {
        width: 94% !important;
        float: none !important;
        display: block !important;
        margin: 0 auto;
    }
}

/* Samsung S3 yatay*/
@media only screen and (min-width:640px) and (max-width:659px) {
    .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;
        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;
    }

    .corporate-left {
        width: 100% !important;
        float: none !important;
        display: block !important;
        margin: 0 auto;
    }

    .corporate-box {
        width: 45.7%;
        margin: 0 0 15px 15px !important;
        padding: 17px;
    }
}

/* iphone 6/6s yatay*/
@media only screen and (min-width:660px) and (max-width:699px) {
    .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;
    }

    .factory-image li:nth-child(3n) {
        margin-right: 15px !important;
    }

    .factory-image li {
        width: 23.18% !important;
    }


    .corporate-box {
        width: 46.5% !important;
        margin: 0 0 15px 15px !important;
        padding: 17px;
    }
}

/* iphone Plus yatay*/
@media only screen and (min-width:700px) and (max-width:759px) {
    .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 {
        left: 134px;
        bottom: 125px;
    }

    .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;
    }

    .factory-image li:nth-child(3n) {
        margin-right: 15px !important;
    }

    .factory-image li {
        width: 23.35% !important;
    }

    .corporate-box {
        width: 47% !important;
        margin: 0 0 15px 15px !important;
        padding: 17px;
    }
}

/* 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;
    }

    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;
        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;
    }

    .factory-image li:nth-child(3n) {
        margin-right: 15px !important;
    }

    .factory-image li {
        width: 23.56% !important;
    }
}

/* 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)) {
        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;
        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;
    }

    .factory-image li:nth-child(3n) {
        margin-right: 15px !important;
    }

    .factory-image li {
        width: 23.51% !important;
    }
}

/* 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)) {
        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;
        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;
    }


    .factory-image li:nth-child(3n) {
        margin-right: 13px !important;
    }

    .factory-image li {
        width: 23.45% !important;
    }
}
/* iphone 12 pro yatay*/
@media only screen and (min-width:844px) 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 {
        left: 134px;
        bottom: 125px;
    }

    .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;
    }

    .factory-image li:nth-child(3n) {
        margin-right: 15px !important;
    }

    .factory-image li {
        width: 23.56% !important;
    }

    .corporate-box {
        width: 45.5% !important;
        margin: 0 0 15px 25px !important;
        padding: 17px;
    }
}
/* 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 {
        left: -150%;
        bottom: 125px;
    }

    .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;
    }

    .corporate-box {
        width: 45.5% !important;
        margin: 0 0 15px 25px !important;
        padding: 17px;
    }
}

/* 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 {
        left: 134px;
        bottom: 125px;
    }

    .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;
    }

    .corporate-box {
        width: 47% !important;
        margin: 0 0 15px 15px !important;
        padding: 17px;
    }
}

@media only screen and (max-width:559px) {
    a.background-button.btnurun {
        left: 0;
        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) {
    .about-content {
        margin-right: 20px !important;
        width: 170px !important;
    }
}
/* width 1500 */
@media only screen and (min-width:1441px) and (max-width:1550px) {
    .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) {

    .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) {
    .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) {
    .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) {
    .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;*/
    }
}



@media only screen and (max-width:480px) {
    .product-factory {
        display: flex !important;
        justify-content: center !important;
        align-items: start !important;
        flex-direction: column !important;
    }

        .product-factory .button-wrapper {
            margin: 0 !important;
        }

    .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;
    }
}

@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;
}

.general-container.product {
    background: #fff;
}

.text.Urun ul {
    list-style-type: revert !important
}

.button-wrapper .btnUrun {
    bottom: 592px;
    left: 142px;
}

.index-product-right {
    margin-top: 61px;
    padding: 0 85px;
}

    .index-product-right img {
        width: 100%;
        height: auto;
        max-height: 646px;
        box-shadow: 0px 32px 51px 0px rgba(58, 87, 175, 0.17);
    }

.visTop {
    visibility: hidden !important;
}

.lightbox-close {
    color: white
}

.success {
    color: #25d366
}

.error {
    color: red
}

*, *: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: 20px;
}

.index-mid {
    background: #f7f9ff;
    width: 100%;
    height: 100px;
    display: inline-block;
}

    .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;
}

.pro-detail-content {
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-top: 9%;
    margin-bottom: 6px
}

    .pro-detail-content h1 {
        margin: 0;
        font-family: 'Montserrat-SemiBold';
        font-size: 24px;
        color: #0a2158;
        text-align: left;
        text-transform: uppercase;
        float: left;
        line-height: 50px
    }

.pro-detail-right {
    width: 50%;
    height: 543px;
    float: right;
    right: 0;
}

    .pro-detail-right.scroll-top {
        position: fixed;
        top: 96px;
    }

    .pro-detail-right img {
        width: 950px;
        height: 100%;
        object-fit: cover;
        border-radius: 0 10px 0 0
    }

.pro-detail-left.no-image {
    width: 100%;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
/*  resim olmadığında text'in with:100% olacak*/
.pro-detail-left {
    float: left;
    width: 50%;
    background: #fff;
    border-radius: 10px 0 0 0;
    padding: 45px 50px 10px 45px;
    display: block;
    padding-left: 0px;
}

    .pro-detail-left .text {
        color: #797979;
        margin: 0;
        font-size: 16px;
        width: 93%
    }

        .pro-detail-left .text span {
            font-family: 'Montserrat-SemiBold';
            margin-bottom: 30px;
            display: inline-block
        }

        .pro-detail-left .text div {
            margin-bottom: 35px
        }

.production-gallery {
    width: 100%;
    display: inline-block;
    background: #fff
}

.production-images {
    width: 100%;
    display: inline-block;
    margin: 35px 0;
    padding: 0;
}

    .production-images li {
        float: left;
        margin: 0 15px 10px 0;
        width: 24.159%;
        height: 250px
    }

        .production-images li img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px
        }

        .production-images li:nth-child(4n) {
            margin-right: 0
        }

/*anasayfa-310 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: 57%;
    position: relative
}

.top-contact {
    width: 82.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: 100%;
    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 {
    clip-path: polygon(0 0, 100% 0, 100% 87.5%, 0 100%);
    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;
    overflow: hidden;
    height: 120px;
}

.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 {
    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;
}

.whatsapp-color {
    background: #7AD56E;
    background: linear-gradient(45deg,rgba(122, 213, 110, 1) 0%, rgba(101, 175, 91, 1) 100%);
    transition: .3s ease-in-out background;
}

    .whatsapp-color:hover {
        background: #65AF5B;
        background: linear-gradient(45deg,rgba(101, 175, 91, 1) 0%, rgba(122, 213, 110, 1) 100%);
    }

.icons8-whatsapp {
    width: 37px;
    height: 37px;
    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-310 {
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 7% 0 125px
}

.index-corporate {
    width: 100%;
    display: inline-block;
    border-radius: 10px 10px 0 0;
    background: url(../images/bg.png)no-repeat center;
    height: 310px;
    padding: 40px 0 30px 65px;
}

.title {
    font-family: 'Montserrat-SemiBold';
    font-size: 18px;
    color: #fff;
}

.index-corporate .title {
    margin-bottom: 9px
}

.text {
    font-family: 'Montserrat-Light';
    font-size: 14px;
    color: #fff;
}

.background-button {
    position: relative;
    width: 95%;
    padding-top: 27.92%;
    display: block;
    background-size: 100% 100%;
    font-size: 14px;
    color: #ed1c24; /*margin-bottom: 20px;*/
}

    .background-button.kurumsal {
        bottom: 74px;
        left: 67px;
    }

.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%);
    }

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: -1px;
        left: -3px;
        display: block;
        background-image: url(../images/beyaz-1.svg);
        background-repeat: no-repeat;
        transition: all 0.3s;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        padding: 0px 0 6px 0;
    }

    a.background-button.btn-last {
        color: white;
    }

        a.background-button.btn-last:hover::after {
            color: white;
        }

        a.background-button.btn-last::after {
            background-image: url(../images/red.svg);
        }

    a.background-button:hover:after {
        color: #ed1c24;
        -webkit-transform: translate(2.5%, 10%);
        transform: translate(2.5%, 10%); /*text-shadow: 2px 2px 1px white;*/
    }

.button-wrapper {
    width: 150px;
    display: inline-block;
    margin-top: 10px
}

.index-corporate a.background-button:after {
    background: url(../images/beyaz-1.svg)no-repeat;
    color: #ed1c24
}

.index-corporate .text {
    width: 57%;
    text-align: justify;
    line-height: 24px;
}

.text div {
    margin-bottom: 10px
}

.index-product {
    width: 1366px;
    display: block;
    background: rgba(247, 249, 255, 1);
    top: -50px;
    height: 562px;
    position: relative;
    padding: 58px 67px 67px;
    margin: 0 auto;
    border-radius: 0px 0px 10px 10px;
}

    .index-product .title {
        color: #0a2158;
        margin-bottom: 7px
    }

    .index-product .text {
        color: #797979;
        text-align: justify
    }

.index-image {
    margin: 65px auto;
    display: block;
    width: 86.166%;
    height: 645px;
    box-shadow: 0px 11px 21px 0px rgba(23, 99, 164, 0.14);
    position: relative
}

    .index-image img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .index-image .button-wrapper {
        position: absolute;
        left: 65px;
        top: 55px
    }

.index-about {
    width: 100%;
    display: table;
    position: relative;
    margin-bottom: 110px;
    padding-top: 300px;
    /*top: 120px;*/
}

.about-content {
    width: 180px;
    display: flex;
    float: left;
    box-shadow: 0px 6px 16px 0px rgba(23, 99, 164, 0.1);
    border-radius: 10px;
    color: #797979;
    font-size: 14px;
    font-family: 'Montserrat-Light';
    padding: 21px 25px 21px 20px;
    margin-right: 48px;
    height: 120px;
    flex-direction: column;
    gap: 4px;
}

    .about-content span {
        font-family: Montserrat-Bold;
        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: 0px;
    width: 50%;
    right: 0;
    padding-top: 277px;
}

.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: 16%;
    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:8%;margin-right:125px}*/
.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;
    clip-path: polygon(0 0, 100% 0, 100% 48%, 0 100%);
    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;
    margin-top: 10px;
}

    .navigation h1 {
        font-size: 24px;
        font-family: 'Montserrat-SemiBold';
        margin: 0;
        color: #fff;
        line-height: 30px
    }

.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: 15px;
            font-family: 'Montserrat-Light';
            display: inline-block;
            padding: 5px 0px;
        }

.general-container {
    width: 100%;
    display: inline-block;
    position: relative;
    background: #f7f9ff;
}

.corporate-content {
    width: 100%;
    display: block;
    margin: 30px 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 strong {
            font-family: Montserrat-Bold;
            color: #0a2158;
        }

        .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%;
    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%;
        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;
    height: 230px;
    border-radius: 10px;
    padding: 50px 0 0 65px;
    background-size: 100% 100%;
}

    .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%
}

    .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-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-container {
    width: 100%;
    display: block;
    margin: 0 auto 20px
}

.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: block;
    position: relative
}

.table-scroll {
    width: 100%;
    margin: 0 auto;
}

.product-detail-icon-table table {
    border: none !important;
    width: 100% !important;
    height: auto !important;
    border-collapse: collapse;
    display: block;
    margin: 0 auto;
}

    .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;
    margin-top: -101px;
}

.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/bg.png) no-repeat center;
    margin-top: -10px;
    position: relative;
    z-index: 1;
    padding: 50px;
    background-size: cover;
    background-position: bottom right;
}

    .contact-back .address {
        width: 22%;
        margin-top: 0;
        float: left;
        margin-right: 68px;
    }

        .contact-back .address .title {
            background-size: 8%;
        }

    .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: 7%
    }

    .contact-back .contact-phone {
        margin-top: 0;
        width: 15%;
        float: left;
        margin-right: 0
    }

    .contact-back .contact-faks .title {
        background-size: 17%
    }

    .contact-back .contact-faks {
        margin-top: 0;
        width: 12%
    }

    .contact-back .contact-mail {
        margin-top: 8.5px;
        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 {
    width: 100%;
}

    .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
        }


/* #region 430Paslanmaz*/
.pc-430 {
    position: relative;
}

    .pc-430 .pc-430-content {
        position: relative;
        z-index: 2;
    }

.content-first-card {
    background-color: #ecf5fc;
    padding: 6.33% 18% 2.5% 18.27%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

    .content-first-card .first-card-title {
        margin-bottom: 40px;
        color: #0a2158;
        font-size: 24px;
        font-family: 'Montserrat-SemiBold';
    }

    .content-first-card .first-card-info {
        color: #797979;
        font-family: 'Montserrat-Light';
        margin-bottom: 24px;
        text-align: justify;
    }

    .content-first-card .first-card-button {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

.first-card-button .button-wrapper .background-button {
    color: fff;
}

.first-card-button .button-wrapper {
    cursor: pointer;
}

    .first-card-button .button-wrapper a.background-button:after {
        background-image: url(../images/red.svg);
    }

    .first-card-button .button-wrapper a.background-button:hover:after {
        color: #fff;
    }

.pc-430-content .content-img-bg {
    background-color: #f4faff;
    padding: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-img-bg .content-image {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    width: 100%;
}

    .content-img-bg .content-image .img {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 642px;
    }

        .content-img-bg .content-image .img img {
            max-width: 100%;
            height: 100%;
            object-fit: cover;
        }

.pc-430-content .content-link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .pc-430-content .content-link a {
        width: 100%;
    }

.content-link a .index-mid {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #ecf5fc;
}

    .content-link a .index-mid .background-button {
        position: relative;
        width: 95%;
        padding-top: 27.92%;
        display: block;
        background-size: 100% 100%;
        font-size: 14px;
        color: #fff; /*margin-bottom: 20px;*/
    }

    .content-link a .index-mid .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;
    }

    .content-link a .index-mid .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';
    }

        .content-link a .index-mid .background-button2:hover {
            color: #fff;
            -webkit-transform: translate(2.5%, 10%);
            transform: translate(2.5%, 10%);
        }

    .content-link a .index-mid div.background-button {
        display: inline-block;
        background-image: url(../images/kırmızı-2.svg);
        background-repeat: no-repeat;
    }

        .content-link a .index-mid div.background-button:after {
            content: attr(title);
            width: 100%;
            height: 100%;
            position: absolute;
            top: -1px;
            left: -3px;
            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;
            padding: 0px 0 6px 0;
        }

        .content-link a .index-mid div.background-button.btn-last {
            color: white;
        }

            .content-link a .index-mid div.background-button.btn-last:hover::after {
                color: white;
            }

            .content-link a .index-mid div.background-button.btn-last::after {
                background-image: url(../images/red.svg);
            }

        .content-link a .index-mid div.background-button:hover:after {
            color: #fff;
            -webkit-transform: translate(2.5%, 10%);
            transform: translate(2.5%, 10%); /*text-shadow: 2px 2px 1px white;*/
        }

    .content-link a .index-mid .button-wrapper {
        margin-top: 0px;
        position: absolute;
        right: 4.2%;
    }

    .content-link a .index-mid .index-corporate div.background-button:after {
        background: url(../images/beyaz-1.svg)no-repeat;
        color: #ed1c24
    }

.pc-430-content .content-about-container {
    width: 100%;
    padding: 2.4% 0 12.7%;
    background-image: url('../images/about-text-bg.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
}

.content-about-container .about-area {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto 2.8%;
    width: 55.25%;
}

.about-area .about-title {
    margin: 10px 0;
    font-size: 24px;
    font-family: 'Montserrat-Bold';
    color: #0a2158;
}

.about-area .about-text {
    text-align: center;
    padding: 27px 0 47px;
    color: #797979;
    font-family: 'Montserrat-Light';
    height: 194px;
    overflow: hidden;
}

.about-area .button-wrapper .background-button {
    color: fff;
}

.about-area .button-wrapper {
    cursor: pointer;
}

    .about-area .button-wrapper a.background-button:after {
        background-image: url(../images/red.svg);
    }

    .about-area .button-wrapper a.background-button:hover:after {
        color: #fff;
    }

.content-about-container .about-statistic {
    width: 56%;
    display: grid;
    grid-template-columns: 163fr 249fr 271fr 144fr;
    margin: 0 auto;
}

.about-statistic .country-stistc,
.about-statistic .export-stistc,
.about-statistic .stroc-stistc,
.about-statistic .year-stistc {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 9% 22%;
    border-right: 1px solid #ed1c24;
}

.about-statistic div:first-child {
    padding-left: 0;
}

.about-statistic div:last-child {
    border-right: 0;
    padding-right: 0;
    align-items: flex-end;
}

.stitistc-info {
    font-size: 24px;
    color: #0a2158;
    font-family: 'Montserrat-Bold';
}

.stitistc-title {
    font-size: 14px;
    color: #797979;
    font-family: 'Montserrat-Light';
}

.pc-430 .sub-area-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
}

    .pc-430 .sub-area-img img {
        height: 100%;
        width: 100%;
    }
/* #endregion*/

@media only screen and (max-width:1024px) {
    .contact-back {
        padding: 20px 10px;
    }

    .background-button-block {
        bottom: 0;
    }

    .index-mid {
        height: 100%;
        margin-left: 0;
        flex-direction: column;
    }



        .index-mid p {
            font-size: 14px;
            padding: 5px;
            margin-right: 0;
        }

        .index-mid .button-wrapper a.background-button.btnurun {
            left: 0;
            bottom: 40px;
        }

    .index-product-left {
        /*padding: 20;*/
    }

    .index-product-right {
        padding: 0;
        width: 84%;
        margin: 30px auto 0;
    }



    .index-corporate {
        /*margin-bottom: 40%;*/
    }

    .button-wrapper .btnUrun {
        bottom: 422px;
        left: 142px;
    }
}

/* width:1680 */
@media only screen and (min-width:1601px) and (max-width: 1680px) {
    .footer-container {
        height: 84%;
    }

    .top-contact {
        width: 81.5%
    }

    .about-right {
        top: 3px;
    }

    .about-image {
        width: 31.3%;
        height: 157px;
    }

    .copyright-right {
        margin-right: 6%;
    }

    .contact-form {
        width: 38.8%;
    }

    .about-area .about-text {
        padding: 20px 0 39px;
        height: auto;
        min-height: 72px;
    }

    .pc-430-content .content-about-container {
        padding: 2% 0 11%;
    }
}
/* 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: 7px;
    }

    .about-image {
        width: 31.3%;
        height: 146px;
    }

    .copyright-right {
        margin-right: 9%;
    }

    .contact-form {
        width: 40.625%;
    }


    .about-area .about-text {
        padding: 20px 0 39px;
        height: auto;
        min-height: 72px;
    }

    .pc-430-content .content-about-container {
        padding: 1.6% 0 10%;
    }
}
/* width 1500 */
@media only screen and (min-width:1441px) and (max-width:1550px) {
    .footer-container {
        height: 120%;
    }

    .footer-container {
        height: 99%;
    }

    .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%;
    }

    .footer-container {
        height: 120%
    }

    .about-area .about-text {
        padding: 20px 0 39px;
        height: auto;
        min-height: 72px;
    }

    .pc-430-content .content-about-container {
        padding: 1.6% 0 10%;
    }
}
/* width 1440 */
@media only screen and (min-width:1367px) and (max-width:1440px) {
    .corporate-box {
        margin: 0 37px 55px 0;
    }

    .factory-image li {
        margin: 0 13px 15px 0;
    }

    .footer-container {
        height: 97%;
    }

    .sl-nav li:hover ul {
        right: -15px;
    }

    .scroll-down {
        width: 7%;
    }

    .about-right {
        top: 16px;
    }

    .about-image {
        width: 31.1%;
        height: 132px;
    }

    .copyright-right {
        margin-right: 15%;
    }

    .contact-form {
        width: 45.139%;
    }

    .about-area .about-text {
        padding: 20px 0 30px;
        height: auto;
        min-height: 72px;
    }

    .pc-430-content .content-about-container {
        padding: 1.5% 0 8%;
    }
}
/* width 1366 */
@media only screen and (min-width:1281px) and (max-width:1366px) {
    .corporate-box {
        margin-right: 36px !important;
    }

        .corporate-box:nth-child(4n) {
            margin-right:0 !important;
        }

    .factory-image li {
        margin: 0 13px 15px 0;
    }

    .main {
        width: 95%;
        max-width: auto;
    }

    .top-contact {
        width: 79.5%;
    }

    .sl-nav li:hover ul {
        right: -15px;
    }

    .btn-detail {
        margin-top: 45px;
    }

    .scroll-down {
        width: 7%;
    }

    .about-content {
        margin-right: 30px;
    }

    .about-right {
        top: 8px;
    }

    .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: 39px;
        padding: 20px
    }

    .factory-image li {
        width: 24%;
    }

    .product-detail-icon-table table {
        width: 100%;
    }



    .contact-back .address {
        width: 22%;
        margin-right: 30px;
    }

    .contact-back .contact-phone {
        width: 14%;
        margin-right: 28px;
    }

    .contact-back .contact-faks {
        width: 14%;
    }

    .contact-form {
        width: 47.585%;
    }

    .footer-container {
        height: 111%
    }


    .about-area .about-text {
        padding: 20px 0 30px;
        height: auto;
        min-height: 72px;
    }

    .pc-430-content .content-about-container {
        padding: 2% 0 9%;
    }

    .content-about-container .about-area {
        margin: 0 auto 1.8%;
    }

    .about-statistic .country-stistc, .about-statistic .export-stistc, .about-statistic .stroc-stistc, .about-statistic .year-stistc {
        padding: 9% 15%;
    }

    .stitistc-info {
        font-size: 21px;
    }
}
/* 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) {
    .contact-back {
        padding: 25px;
    }

    .main {
        width: 95%;
        max-width: auto;
    }

    .top-content {
        width: 56%;
    }

    .top-contact {
        width: 79.5%;
    }

    .sl-nav li:hover ul {
        right: -15px;
    }

    .scroll-down {
        width: 8%;
    }

    .index-corporate {
        padding-top: 30px
    }

    .about-content {
        margin-right: 25px;
        width: 170px;
    }

    .about-right {
        top: 11px;
    }

    .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: 23%;
    }

    .product-content {
        height: 720px
    }

    .product-detail-icon-table table {
        width: 100%;
    }


    .contact-back .address {
        width: 20%;
        margin-right: 15px;
    }

    .contact-back .contact-phone {
        width: 16%;
        margin-right: 35px;
    }

    .contact-back .contact-faks {
        width: 14%;
    }

    .contact-back .contact-mail {
        width: 18%;
    }

    .contact-form {
        width: 50.782%;
    }

    .footer-container {
        height: 111%
    }

    .about-area .about-text {
        padding: 20px 0 30px;
        height: auto;
        min-height: 72px;
    }

    .content-img-bg .content-image .img {
        height: 540px;
    }

    .pc-430-content .content-about-container {
        padding: 2.3% 0 6%;
        background-image: url('../images/about-text-bg-responsive.png');
    }

    .content-about-container .about-area {
        margin: 0 auto 1.8%;
    }

    .about-statistic .country-stistc, .about-statistic .export-stistc, .about-statistic .stroc-stistc, .about-statistic .year-stistc {
        padding: 9% 15%;
    }

    .stitistc-info {
        font-size: 21px;
    }
}
/*width 1270*/
@media only screen and (min-width:1025px) and (max-width:1280px) and (max-height:648px) {
    .footer-container {
        height: 131%
    }

    .btn-detail {
        margin-top: 70px
    }

    .scroll-down {
        width: 8.5%;
    }
}
/*tabley yatay-1024*/
@media only screen and (min-width:1000px) and (max-width:1024px) {
    .footer-container {
        height: 98%;
    }

    .main {
        width: 95%;
        max-width: auto;
    }

    .top-content {
        width: 70%;
    }

    .top-contact {
        width: 79.5%;
    }

    .sl-nav li:hover ul {
        right: -15px;
    }

    .flex-caption {
        padding: 17% 15.45% 39% !important;
    }

    .scroll-down {
        width: 10%;
    }

    .index-310 {
        margin-bottom: 80px
    }

    .index-corporate .text {
        width: 65%;
    }

    .index-corporate {
        padding-top: 30px
    }

    .index-image {
        height: 500px;
        height: 90%
    }

        .index-image .button-wrapper {
            top: 25px
        }

    .index-about {
        margin-bottom: 25px;
        padding-top: 120px !important;
    }

    .about-content {
        margin-right: 25px;
        width: 150px;
        padding: 21px 15px 21px 10px;
    }

        .about-content span {
            font-size: 18px;
        }

    .about-right {
        width: 47%;
        top: 12px;
        padding-top: 125px;
    }

    .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: 40px;
        }

    .contact-phone {
        margin-top: 20px;
    }

    .contact-faks {
        margin-top: 20px;
    }

    .social-media {
        margin-top: 105px;
    }

    .sub-page {
        height: 204px;
        clip-path: polygon(0 0, 100% 0, 100% 71%, 0 100%);
    }

    .copyrigth-container {
        padding: 25px 0;
        margin-top: 45px
    }


    .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
    }

    .general-container.product {
        clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 100%);
        margin-top: -47px;
    }

    .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: 10px;
    }

        .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%;
    }

    .pc-430 .pc-430-content {
        padding-bottom: 2%;
    }

    .index-mid p {
        margin-right: 6%;
    }

    .about-area .about-title {
        font-size: 19px;
    }

    .about-area .about-text {
        padding: 5px 0 15px;
        height: auto;
        min-height: 72px;
    }

    .button-wrapper {
        margin-top: 0;
    }

    .content-img-bg .content-image .img {
        height: 540px;
    }

    .pc-430-content .content-about-container {
        padding: 4% 0 4%;
        background-image: url('../images/about-text-bg-responsive-2.png');
    }

    .content-about-container .about-area {
        margin: 0 auto 1.8%;
    }

    .about-statistic .country-stistc, .about-statistic .export-stistc, .about-statistic .stroc-stistc, .about-statistic .year-stistc {
        padding: 4% 8%;
    }

    .stitistc-info {
        font-size: 18px;
    }

    .pc-430 .sub-area-img {
        height: 27.1%;
    }
}

/**********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;
}

@media only screen and (max-width:321px) and (max-height:481px) {
    .index-corporate {
        height: 100% !important;
    }

    .index-about {
        margin-bottom: 30px;
        padding-top: 116px !important;
    }
}
/* iphone 5/5s dikey*/
@media only screen and (max-width:359px) {
    .mmenu {
        display: block;
    }

    #menu .mm-navbar__title:not(:last-child) {
        padding-right: 25px;
    }

    .main {
        width: 100%;
        max-width: auto;
    }
    /*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% 76.5% !important;
    }

    .flex-title {
        font-size: 22px;
    }

    .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: 833px;
    }

    .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-310 {
        margin-bottom: 40px;
    }

    .index-corporate {
        padding: 15px;
        display: block;
        margin: 0 auto;
        width: 94%;
        height: 85%;
        background: #ed1c24
    }

        .index-corporate .title {
            line-height: 1.2;
        }

        .index-corporate .text {
            width: 100%;
        }

    .button-wrapper {
        display: block;
        margin: 15px auto 0;
    }

    .index-product {
        width: 94%;
        display: block;
        margin: 0 auto;
        height: 100%;
        padding: 15px;
        top: -58px;
    }

    .index-image {
        width: 100%;
        margin: 30px auto;
        height: 220px;
    }

        .index-image .button-wrapper {
            left: 20px;
            top: 150px
        }

    .index-about {
        margin-bottom: 30px;
        padding: 0;
    }

    /*kurumsal*/
    .sub-page {
        clip-path: polygon(0 0, 100% 0, 100% 89%, 0 100%);
        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;
    }

    .general-container {
        margin-top: 0;
    }

    .corporate-content {
        display: block;
        margin: 12% auto 0;
        width: 93%;
    }

        .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: 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*/
    .general-container.product {
        margin-top: 0;
    }

    .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: 100%;
        margin-right: 0
    }

    .table-scroll {
        overflow-x: scroll;
        width: 90%;
    }
    /*iletisim*/
    .contact-container {
        margin-top: 0;
    }

    .map {
        height: 390px
    }

        .map iframe {
            height: 390px
        }

    .contact-back {
        height: 100%;
        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;
    }

    .content-first-card {
        padding: 6.33% 2% 2.5%;
    }

        .content-first-card .first-card-title {
            margin-bottom: 15px;
        }

    .content-link a .index-mid .button-wrapper {
        position: relative;
        margin-right: 0%;
        right: 0;
    }

    .content-img-bg .content-image {
        grid-template-columns: repeat(1, 1fr);
    }

    .index-mid p {
        width: 100%;
        padding: 0px;
    }

    .content-link a .index-mid {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }


        .content-link a .index-mid div.background-button {
            left: -50%;
        }

    .about-area .about-title {
        font-size: 18px;
    }

    .about-area .about-text {
        padding: 5px 0 15px;
        height: auto;
        min-height: 72px;
    }

    .button-wrapper {
        margin-top: 0;
    }

    .content-img-bg .content-image .img {
        height: 400px;
    }

        .content-img-bg .content-image .img img {
            width: 100%;
        }

    .pc-430 .pc-430-content {
        padding-bottom: 5%;
    }

    .pc-430 .sub-area-img {
        height: 25.8%;
    }

    .pc-430-content .content-about-container {
        padding: 1% 0 0%;
        background-image: none;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        background-color: #fff;
    }

    .content-about-container .about-statistic {
        width: 89%;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 10px;
        padding-bottom: 15px;
    }

    .about-statistic .export-stistc {
        border-right: none;
    }

    .about-statistic div:first-child {
        padding-left: unset;
    }

    .about-statistic div:nth-of-type(2n+1) {
        padding-right: 10px;
    }

    .about-statistic div:last-child {
        padding-right: unset;
        align-items: flex-start
    }

    .content-about-container .about-area {
        width: 91%;
        margin: 0 auto 1.8%;
    }

    .about-statistic .country-stistc, .about-statistic .export-stistc, .about-statistic .stroc-stistc, .about-statistic .year-stistc {
        padding: 0% 1%;
    }

    .stitistc-info {
        font-size: 17px;
    }
}
/* Samsung S3 dikey*/
@media only screen and (min-width:360px) and (max-width:369px) {
    .mmenu {
        display: block;
    }

    #menu .mm-navbar__title:not(:last-child) {
        padding-right: 25px;
    }

    .main {
        width: 100%;
        max-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% 81.5% !important;
    }

    .flex-title {
        font-size: 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: 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-310 {
        margin-bottom: 0px;
    }

    .index-corporate {
        padding: 15px;
        display: block;
        margin: 0 auto;
        width: 94%;
        height: 100%;
        background: #ed1c24;
        height: 74%;
    }

        .index-corporate .title {
            line-height: 1.2;
        }

        .index-corporate .text {
            width: 100%;
        }

    .button-wrapper {
        display: block;
        margin: 15px auto 0;
    }

    .index-product {
        width: 94%;
        display: block;
        margin: 0 auto;
        height: 75%;
        padding: 15px;
        top: -58px;
    }

    .index-image {
        width: 100%;
        margin: 30px auto;
        height: 220px;
    }

        .index-image .button-wrapper {
            left: 20px;
            top: 150px
        }

    .index-about {
        margin-bottom: 30px;
        padding-top: 130px;
    }

    /*kurumsal*/
    .sub-page {
        clip-path: polygon(0 0, 100% 0, 100% 89%, 0 100%);
        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;
    }

    .general-container {
        margin-top: 0px;
    }

    .corporate-content {
        display: block;
        margin: 12% auto 0;
        width: 92%;
    }

        .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*/
    .general-container.product {
        margin-top: 0;
    }

    .product-detail-navigation-icon {
        display: none
    }

    .product-content {
        width: 92%;
        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-container {
        width: 90%;
    }

    .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;
        width: 90%;
    }
    /*iletisim*/
    .contact-container {
        margin-top: 0;
    }

    .map {
        height: 390px
    }

        .map iframe {
            height: 390px
        }

    .contact-back {
        height: 71%;
        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;
    }

    .content-first-card {
        padding: 6.33% 2% 2.5%;
    }

        .content-first-card .first-card-title {
            margin-bottom: 20px;
        }

    .content-link a .index-mid .button-wrapper {
        position: relative;
        margin-right: 0%;
        right: 0;
        margin: 0;
    }

    .content-link a .index-mid div.background-button {
        left: 0%;
    }

    .content-img-bg .content-image {
        grid-template-columns: repeat(1, 1fr);
    }

    .index-mid p {
        width: 95%
    }

    .about-area .about-title {
        font-size: 18px;
    }

    .about-area .about-text {
        padding: 5px 0 15px;
        height: auto;
        min-height: 72px;
    }

    .button-wrapper {
        margin-top: 0;
    }

    .content-img-bg .content-image .img {
        height: 400px;
    }

        .content-img-bg .content-image .img img {
            width: 100%;
        }

    .pc-430 .pc-430-content {
        padding-bottom: 5%;
    }

    .pc-430 .sub-area-img {
        height: 26.2%;
    }

    .pc-430-content .content-about-container {
        padding: 1% 0 0%;
        background-image: none;
        border-bottom-left-radius: 35px;
        border-bottom-right-radius: 35px;
        background-color: #fff;
    }

    .content-about-container .about-statistic {
        width: 95%;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 10px;
        padding-bottom: 15px;
    }

    .about-statistic .export-stistc {
        border-right: none;
    }

    .about-statistic div:first-child {
        padding-left: unset;
    }

    .about-statistic div:nth-of-type(2n+1) {
        padding-right: 10px;
    }

    .about-statistic div:last-child {
        padding-right: unset;
        align-items: flex-start
    }

    .content-about-container .about-area {
        width: 91%;
        margin: 0 auto 1.8%;
    }

    .about-statistic .country-stistc, .about-statistic .export-stistc, .about-statistic .stroc-stistc, .about-statistic .year-stistc {
        padding: 0% 1%;
    }

    .stitistc-info {
        font-size: 17px;
    }
}
/* iphone 6/6s dikey*/
@media only screen and (min-width:370px) and (max-width:390px) {
    .mmenu {
        display: block;
    }

    #menu .mm-navbar__title:not(:last-child) {
        padding-right: 25px;
    }

    .main {
        width: 100%;
        max-width: auto;
    }
    /*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: 51.5% 7.45% 81.5% !important;
    }

    .flex-title {
        font-size: 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: 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-310 {
        margin-bottom: 0px;
    }

    .index-corporate {
        padding: 15px;
        display: block;
        margin: 0 auto;
        width: 94%;
        height: 70%;
        background: #ed1c24
    }

        .index-corporate .title {
            line-height: 1.2;
        }

        .index-corporate .text {
            width: 100%;
        }

    .button-wrapper {
        display: block;
        margin: 15px auto 0;
    }

    .index-product {
        width: 94%;
        display: block;
        margin: 0 auto;
        height: 70%;
        padding: 15px;
        top: -58px;
    }

    .index-image {
        width: 100%;
        margin: 30px auto;
        height: 220px;
    }

        .index-image .button-wrapper {
            left: 20px;
            top: 150px
        }

    .index-about {
        margin-bottom: 30px;
        padding-top: 145px;
    }

    /*kurumsal*/
    .sub-page {
        clip-path: polygon(0 0, 100% 0, 100% 89%, 0 100%);
        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;
    }

    .general-container {
        margin-top: 0;
    }

    .corporate-content {
        display: block;
        margin: 12% auto 0;
        width: 92%;
    }

        .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*/
    .general-container.product {
        margin-top: 0;
    }

    .product-detail-navigation-icon {
        display: none
    }

    .product-content {
        width: 92%;
        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-container {
        width: 93%;
    }

    .product-detail-icon-content {
        margin-top: 10px
    }

    .material-information {
        width: 48.6%;
    }

        .material-information:nth-child(2n) {
            margin-right: 0;
        }

    .table-scroll {
        overflow-x: scroll;
        width: 93%;
    }

    /*iletisim*/
    .contact-container {
        margin-top: 0;
    }

    .map {
        height: 390px
    }

        .map iframe {
            height: 390px
        }

    .contact-back {
        height: 68%;
        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;
    }

    .content-first-card {
        padding: 6.33% 2% 2.5%;
    }

        .content-first-card .first-card-title {
            margin-bottom: 25px;
        }

    .content-link a .index-mid .button-wrapper {
        position: relative;
        margin-right: 0%;
        right: 0;
        margin: 0;
    }

    .content-img-bg .content-image {
        grid-template-columns: repeat(1, 1fr);
    }

    .index-mid p {
        width: 95%
    }

    .about-area .about-title {
        font-size: 18px;
    }

    .about-area .about-text {
        padding: 5px 0 15px;
        height: auto;
        min-height: 72px;
    }

    .button-wrapper {
        margin-top: 0;
    }

    .content-img-bg .content-image .img {
        height: 400px;
    }

        .content-img-bg .content-image .img img {
            width: 100%;
        }

    .pc-430 .pc-430-content {
        padding-bottom: 5%;
    }

    .pc-430 .sub-area-img {
        height: 26.5%;
    }

    .pc-430-content .content-about-container {
        padding: 1% 0 0%;
        background-image: none;
        border-bottom-left-radius: 35px;
        border-bottom-right-radius: 35px;
        background-color: #fff;
    }

    .content-about-container .about-statistic {
        width: 92%;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 10px;
        padding-bottom: 15px;
    }

    .about-statistic .export-stistc {
        border-right: none;
    }

    .about-statistic div:first-child {
        padding-left: unset;
    }

    .about-statistic div:nth-of-type(2n+1) {
        padding-right: 10px;
    }

    .about-statistic div:last-child {
        padding-right: unset;
        align-items: flex-start
    }

    .content-about-container .about-area {
        width: 91%;
        margin: 0 auto 1.8%;
    }

    .about-statistic .country-stistc, .about-statistic .export-stistc, .about-statistic .stroc-stistc, .about-statistic .year-stistc {
        padding: 0% 1%;
    }

    .stitistc-info {
        font-size: 17px;
    }
}

@media only screen and (min-width:374px) and (max-width:376px) and (min-height:811px) {
    .index-corporate {
        height: 55%;
    }

    .index-product {
        height: 57%;
    }
}
/* iPhone 12 dikey */
@media only screen and (min-width:390px) and (max-width:399px) {
    .index-corporate {
        height: 50%;
    }

    .index-product {
        height: 53%;
    }
}
/* iphone Plus dikey*/
@media only screen and (min-width:400px) and (max-width:479px) {
    .mmenu {
        display: block;
    }

    #menu .mm-navbar__title:not(:last-child) {
        padding-right: 25px;
    }

    .main {
        width: 100%;
        max-width: auto;
    }
    /*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% 81.5% !important;
    }

    .flex-title {
        font-size: 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: 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-310 {
        margin-bottom: 0px;
    }

    .index-corporate {
        padding: 15px;
        display: block;
        margin: 0 auto;
        width: 94%;
        height: 53%;
        background: #ed1c24
    }

        .index-corporate .title {
            line-height: 1.2;
        }

        .index-corporate .text {
            width: 100%;
        }

    .button-wrapper {
        display: block;
        margin: 15px auto 0;
    }

    .index-product {
        width: 94%;
        display: block;
        margin: 0 auto;
        height: 63%;
        padding: 15px;
        top: -58px;
    }

    .index-image {
        width: 100%;
        margin: 30px auto;
        height: 220px;
    }

        .index-image .button-wrapper {
            left: 20px;
            top: 150px
        }

    .index-about {
        margin-bottom: 30px;
        padding-top: 150px;
    }

    /*kurumsal*/
    .sub-page {
        clip-path: polygon(0 0, 100% 0, 100% 89%, 0 100%);
        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;
    }

    .general-container {
        margin-top: 0;
    }

    .corporate-content {
        display: block;
        margin: 12% auto 0;
        width: 92%;
    }

        .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;
    }

        .factory-container .title {
            margin: 15px 0;
            font-size: 20px;
        }

    .factory-image li {
        width: 48%;
        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*/
    .general-container.product {
        margin-top: 0;
    }

    .product-detail-navigation-icon {
        display: none
    }

    .product-content {
        width: 92%;
        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-container {
        width: 93%;
    }

    .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;
        width: 93%;
    }
    /*iletisim*/
    .contact-container {
        margin-top: 0;
    }

    .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;
    }

    .content-first-card {
        padding: 6.33% 2% 2.5%;
    }

        .content-first-card .first-card-title {
            margin-bottom: 30px;
        }

    .content-link a .index-mid .button-wrapper {
        position: relative;
        margin-right: 0%;
        right: 0;
        margin: 0;
    }

    .content-img-bg .content-image {
        grid-template-columns: repeat(1, 1fr);
    }

    .index-mid p {
        width: 95%
    }

    .about-area .about-title {
        font-size: 18px;
    }

    .about-area .about-text {
        padding: 5px 0 15px;
        height: auto;
        min-height: 72px;
    }

    .button-wrapper {
        margin-top: 0;
    }

    .content-img-bg .content-image .img {
        height: 400px;
    }

        .content-img-bg .content-image .img img {
            width: 100%;
        }

    .pc-430 .pc-430-content {
        padding-bottom: 5%;
    }

    .pc-430 .sub-area-img {
        height: 24.8%;
    }

    .pc-430-content .content-about-container {
        padding: 1% 0 0%;
        background-image: none;
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px;
        background-color: #fff;
    }

    .content-about-container .about-statistic {
        width: 88%;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 10px;
        padding-bottom: 15px;
    }

    .about-statistic .export-stistc {
        border-right: none;
    }

    .about-statistic div:first-child {
        padding-left: unset;
    }

    .about-statistic div:nth-last-of-type(2n+1) {
        padding-right: 10px;
    }

    .about-statistic div:last-child {
        padding-right: unset;
        align-items: flex-start
    }

    .content-about-container .about-area {
        width: 91%;
        margin: 0 auto 1.8%;
    }

    .about-statistic .country-stistc, .about-statistic .export-stistc, .about-statistic .stroc-stistc, .about-statistic .year-stistc {
        padding: 0% 1%;
    }

    .stitistc-info {
        font-size: 17px;
    }
}

@media only screen and (min-width:429px) and (max-width:479px) {
    .index-corporate {
        height: 40%;
    }

    .index-product {
        height: 47%;
    }
}
/* iphone 12 pro*/
@media only screen and (min-width:390px) and (max-width:399px) {
    .flex-caption {
        padding: 85.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) {
    .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%;
        max-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: 795px
    }

    .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-310 {
        margin-bottom: 40px;
    }

    .index-corporate {
        padding: 15px;
        display: block;
        margin: 0 auto;
        width: 94%;
        height: 105%;
        background: #ed1c24
    }

        .index-corporate .title {
            line-height: 1.2;
        }

        .index-corporate .text {
            width: 100%;
        }

    .button-wrapper {
        display: block;
        margin: 15px auto 0;
    }

    .index-product {
        width: 94%;
        display: block;
        margin: 0 auto;
        height: 134%;
        padding: 15px;
        top: -58px;
    }

    .index-image {
        width: 100%;
        margin: 30px auto;
        height: 220px;
    }

        .index-image .button-wrapper {
            left: 20px;
            top: 150px
        }

    .index-about {
        margin-bottom: 30px;
        padding-top: 120px;
    }

    /*kurumsal*/
    .sub-page {
        clip-path: polygon(0 0, 100% 0, 100% 79%, 0 100%);
        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;
    }

    .general-container {
        margin-top: 0;
    }

    .corporate-content {
        display: block;
        margin: 12% auto 0;
        width: 93%;
    }

        .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*/
    .general-container.product {
        clip-path: polygon(0 2.5%, 100% 0, 100% 100%, 0 100%);
        margin-top: 44px;
    }

    .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;
        width: 90%;
    }
    /*iletisim*/


    .map {
        height: 390px
    }

        .map iframe {
            height: 390px
        }

    .contact-back {
        height: 135%;
        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;
    }

    .content-first-card {
        padding: 6.33% 2.5% 2.5%;
    }

        .content-first-card .first-card-title {
            margin-bottom: 35px;
        }

    .content-link a .index-mid .button-wrapper {
        position: relative;
        margin-right: 0%;
        right: 0;
        margin: 0;
    }

    .index-mid p {
        width: 95%
    }

    .about-area .about-title {
        font-size: 18px;
    }

    .about-area .about-text {
        padding: 5px 0 15px;
        height: auto;
        min-height: 72px;
    }

    .button-wrapper {
        margin-top: 0;
    }

    .content-img-bg .content-image .img {
        height: 183px;
    }

    .pc-430 .pc-430-content {
        padding-bottom: 5%;
    }

    .pc-430 .sub-area-img {
        height: 34.2%;
    }

    .pc-430-content .content-about-container {
        padding: 2% 0 3%;
        background-image: none;
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px;
        background-color: #fff;
    }

    .about-statistic div {
        align-items: center !important;
        justify-content: center !important;
        text-align: center;
    }

    .content-about-container .about-statistic {
        width: 93%;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .content-about-container .about-area {
        width: 91%;
        margin: 0 auto 1.8%;
    }

    .about-statistic .country-stistc, .about-statistic .export-stistc, .about-statistic .stroc-stistc, .about-statistic .year-stistc {
        padding: 0 4%;
    }

    .stitistc-info {
        font-size: 17px;
    }
}
/* iphone 5/5s yatay*/
@media only screen and (min-width:560px) and (max-width:639px) {
    .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%;
        max-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: 20.5% 7.45% 19.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: 160px;
    }

        .about-content:last-child {
            /*margin-right: auto;*/
        }

    .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: 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-310 {
        margin-bottom: 40px;
    }

    .index-corporate {
        padding: 15px;
        display: block;
        margin: 0 auto;
        width: 94%;
        height: 100%;
        background: #ed1c24
    }

        .index-corporate .title {
            line-height: 1.2;
        }

        .index-corporate .text {
            width: 100%;
        }

    .button-wrapper {
        display: block;
        margin: 15px auto 0;
    }

    .index-product {
        width: 94%;
        display: block;
        margin: 0 auto;
        height: 140%;
        padding: 15px;
        top: -58px;
    }

    .index-image {
        width: 100%;
        margin: 30px auto;
        height: 220px;
    }

        .index-image .button-wrapper {
            left: 20px;
            top: 150px
        }

    .index-about {
        margin: 0 auto 20px;
        width: 92%;
        padding-top: 130px;
    }

    /*kurumsal*/
    .sub-page {
        clip-path: polygon(0 0, 100% 0, 100% 79%, 0 100%);
        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;
    }

    .general-container {
        margin-top: 0;
    }

    .corporate-content {
        display: block;
        margin: 6% auto 0;
        width: 93%;
    }

        .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: 67%;
            margin-left: 15px;
        }

    .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.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*/
    .general-container.product {
        clip-path: polygon(0 2.5%, 100% 0, 100% 100%, 0 100%);
        margin-top: 44px;
    }

    .product-detail-navigation-icon {
        display: none
    }

    .product-content {
        width: 92%;
        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
    }

    .product-detail-icon-container {
        width: 90%;
    }

    .material-information {
        width: 49.1%;
    }

        .material-information:nth-child(2n) {
            margin-right: 0;
        }

    .table-scroll {
        overflow-x: scroll;
        width: 90%;
    }
    /*iletisim*/


    .map {
        height: 390px
    }

        .map iframe {
            height: 390px
        }

    .contact-back {
        height: 135%;
        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
    }

    .about-right {
        display: block;
        position: static;
        padding: 0;
        width: 100%;
        margin: 20px 0 0;
    }

    .about-image {
        width: 30.07%;
        margin-bottom: 10px;
        height: 100px;
    }

    .content-first-card {
        padding: 6.33% 5% 2.5%;
    }

    .content-link a .index-mid .button-wrapper {
        position: relative;
        margin: 0%;
        right: 0;
    }

    .about-area .about-title {
        font-size: 18px;
    }

    .about-area .about-text {
        padding: 5px 0 15px;
        height: auto;
        min-height: 72px;
    }

    .button-wrapper {
        margin-top: 0;
    }

    .content-img-bg .content-image .img {
        height: 224px;
    }

    .pc-430 .pc-430-content {
        padding-bottom: 5%;
    }

    .pc-430 .sub-area-img {
        height: 33.8%;
    }

    .pc-430-content .content-about-container {
        padding: 4.5% 0 4%;
        background-image: none;
        border-bottom-left-radius: 55px;
        border-bottom-right-radius: 55px;
        background-color: #fff;
    }

    .content-about-container .about-statistic {
        width: 96%;
        grid-template-columns: 1fr 1.5fr 1.5fr 1fr;
    }

    .about-statistic div {
        justify-content: center !important;
        align-items: center !important;
        text-align: center;
    }

    .content-about-container .about-area {
        width: 91%;
        margin: 0 auto 1.8%;
    }

    .about-statistic .country-stistc, .about-statistic .export-stistc, .about-statistic .stroc-stistc, .about-statistic .year-stistc {
        padding: 0% 4%;
    }

    .stitistc-info {
        font-size: 17px;
    }
}
/* Samsung S3 yatay*/
@media only screen and (min-width:640px) and (max-width:659px) {
    .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%;
        max-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% 20% !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: 168px;
    }



    .footer-container {
        background: url(../images/footer-back3.png)no-repeat center;
        background-size: cover;
        height: 775px;
    }

    .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-310 {
        margin-bottom: 40px;
    }

    .index-corporate {
        padding: 15px;
        display: block;
        margin: 0 auto;
        width: 94%;
        height: 100%;
        background: #ed1c24
    }

        .index-corporate .title {
            line-height: 1.2;
        }

        .index-corporate .text {
            width: 100%;
        }

    .button-wrapper {
        display: block;
        margin: 15px auto 0;
    }

    .index-product {
        width: 94%;
        display: block;
        margin: 0 auto;
        height: 100%;
        padding: 15px
    }

    .index-image {
        width: 100%;
        margin: 30px auto;
        height: 220px;
    }

        .index-image .button-wrapper {
            left: 20px;
            top: 150px
        }

    .index-about {
        margin: 0 auto 20px;
        width: 92%;
    }

    /*kurumsal*/
    .sub-page {
        clip-path: polygon(0 0, 100% 0, 100% 79%, 0 100%);
        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 {
        display: block;
        margin: 6% auto 0;
        width: 93%;
    }

        .corporate-content .title {
            line-height: 24px;
            font-size: 22px;
        }

        .corporate-content .corporate-left {
            display: block;
            margin: 0 auto;
            float: none;
        }

    .corporate-box {
        width: 45.7%;
        margin: 0 0px 25px 3%;
        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 {
        display: block;
        margin: 25px auto;
        width: 93%;
    }

        .factory-container .title {
            margin: 20px 0;
            font-size: 20px;
        }

    .factory-image li {
        width: 31.6%;
        height: 145px;
    }

        .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*/
    .general-container.product {
        clip-path: polygon(0 2.5%, 100% 0, 100% 100%, 0 100%);
        margin-top: 44px;
    }

    .product-detail-navigation-icon {
        display: none
    }

    .product-content {
        width: 92%;
        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
    }

    .product-detail-icon-container {
        width: 90%;
    }

    .material-information {
        width: 32%;
    }

        .material-information:nth-child(3n) {
            margin-right: 0;
        }

        .material-information:nth-child(4n) {
            margin-right: 9px;
        }

    .table-scroll {
        overflow-x: scroll;
        width: 90%;
    }
    /*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
    }

    .about-right {
        display: block;
        position: static;
        padding: 0;
        width: 100%;
        margin: 20px 0 0;
    }

    .about-image {
        width: 30.61%;
        margin-bottom: 10px;
    }

    .index-about {
        padding-top: 240px;
    }

    .index-mid p {
        margin-right: 6%;
    }

    .content-first-card {
        padding: 6.33% 6% 2.5%;
    }

    .content-link a .index-mid .button-wrapper {
        position: relative;
        margin: 0%;
        right: 0;
    }

    .about-area .about-title {
        font-size: 19px;
    }

    .about-area .about-text {
        padding: 5px 0 15px;
        height: auto;
        min-height: 72px;
    }

    .button-wrapper {
        margin-top: 0;
    }

    .content-img-bg .content-image .img {
        height: 252px;
    }

    .pc-430 .pc-430-content {
        padding-bottom: 5%;
    }

    .pc-430 .sub-area-img {
        height: 31.3%;
    }

    .pc-430-content .content-about-container {
        padding: 1.5% 0 2%;
        background-image: none;
        border-bottom-left-radius: 55px;
        border-bottom-right-radius: 55px;
        background-color: #fff;
    }

    .content-about-container .about-statistic {
        width: 93%;
        grid-template-columns: 1fr 1.5fr 1.5fr 1fr;
    }

        .content-about-container .about-statistic div {
            justify-content: center !important;
            align-items: center !important;
            text-align: center;
        }

    .content-about-container .about-area {
        width: 91%;
        margin: 0 auto 1.8%;
    }

    .about-statistic .country-stistc, .about-statistic .export-stistc, .about-statistic .stroc-stistc, .about-statistic .year-stistc {
        padding: 0 6%;
    }

    .stitistc-info {
        font-size: 18px;
    }
}
/* iphone 6/6s yatay*/
@media only screen and (min-width:660px) and (max-width:699px) {
    .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%;
        max-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% !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-310 {
        margin-bottom: 40px;
    }

    .index-corporate {
        padding: 15px;
        display: block;
        margin: 0 auto;
        width: 94%;
        height: 90%;
        background: #ed1c24
    }

        .index-corporate .title {
            line-height: 1.2;
        }

        .index-corporate .text {
            width: 100%;
        }

    .button-wrapper {
        display: block;
        margin: 15px auto 0;
    }

    .index-product {
        width: 94%;
        display: block;
        margin: 0 auto;
        height: 120%;
        padding: 15px;
        top: -58px;
    }

    .index-image {
        width: 100%;
        margin: 30px auto;
        height: 245px;
    }

        .index-image .button-wrapper {
            left: 20px;
            top: 170px
        }

    .index-about {
        margin: 0 auto 20px;
        width: 94%;
        padding-top: 125px;
    }

    /*kurumsal*/
    .sub-page {
        clip-path: polygon(0 0, 100% 0, 100% 79%, 0 100%);
        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;
    }

    .general-container {
        margin-top: 0;
    }

    .corporate-content {
        display: block;
        margin: 6% auto 0;
        width: 93%;
    }

        .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 {
        display: block;
        margin: 25px auto;
        width: 93%;
    }

        .factory-container .title {
            margin: 20px 0;
            font-size: 20px;
        }

    .factory-image li {
        width: 31.7%;
        height: 145px;
    }

        .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*/
    .general-container.product {
        clip-path: polygon(0 2.5%, 100% 0, 100% 100%, 0 100%);
        margin-top: 44px;
    }

    .product-detail-navigation-icon {
        display: none
    }

    .product-content {
        width: 92%;
        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
    }

    .product-detail-icon-container {
        width: 90%;
    }

    .material-information {
        width: 32%;
    }

        .material-information:nth-child(3n) {
            margin-right: 0;
        }

        .material-information:nth-child(4n) {
            margin-right: 9px;
        }

    .table-scroll {
        overflow-x: scroll;
        width: 90%;
    }

    /*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
    }

    .about-right {
        display: block;
        position: static;
        padding: 0;
        width: 100%;
        margin: 20px 0 0;
    }

    .about-image {
        width: 30.78%;
        margin-bottom: 10px;
        height: 120px;
    }

    .index-mid p {
        margin-right: 6%;
    }

    .content-first-card {
        padding: 6.33% 6% 2.5%;
    }

    .content-link a .index-mid .button-wrapper {
        position: relative;
        margin: 0%;
        right: 0;
    }

    .about-area .about-title {
        font-size: 19px;
    }

    .about-area .about-text {
        padding: 5px 0 15px;
        height: auto;
        min-height: 72px;
    }

    .button-wrapper {
        margin-top: 0;
    }

    .content-img-bg .content-image .img {
        height: 266px;
    }

    .pc-430 .pc-430-content {
        padding-bottom: 5%;
    }

    .pc-430 .sub-area-img {
        height: 31%;
    }

    .pc-430-content .content-about-container {
        padding: 1.5% 0 2%;
        background-image: none;
        border-bottom-left-radius: 55px;
        border-bottom-right-radius: 55px;
        background-color: #fff;
    }

    .content-about-container .about-statistic {
        width: 93%;
        grid-template-columns: 1fr 1.5fr 1.5fr 1fr;
    }



    .content-about-container .about-area {
        width: 91%;
        margin: 0 auto 1.8%;
    }

    .about-statistic .country-stistc, .about-statistic .export-stistc, .about-statistic .stroc-stistc, .about-statistic .year-stistc {
        padding: 0% 6%;
        justify-content: center;
        align-items: center !important;
        text-align: center;
    }

    .stitistc-info {
        font-size: 18px;
    }
}
/* iphone Plus yatay*/
@media only screen and (min-width:700px) and (max-width:759px) {
    .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%;
        max-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;
    }


    .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 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-310 {
        margin-bottom: 40px;
    }

    .index-corporate {
        padding: 15px;
        display: block;
        margin: 0 auto;
        width: 94%;
        height: 68%;
        background: #ed1c24
    }

        .index-corporate .title {
            line-height: 1.2;
        }

        .index-corporate .text {
            width: 100%;
        }

    .button-wrapper {
        display: block;
        margin: 15px auto 0;
    }

    .index-product {
        width: 94%;
        display: block;
        margin: 0 auto;
        height: 100%;
        padding: 15px;
        top: -58px;
    }

    .index-image {
        width: 100%;
        margin: 30px auto;
        height: 245px;
    }

        .index-image .button-wrapper {
            left: 20px;
            top: 170px
        }

    .index-about {
        margin: 0 auto 20px;
        width: 94%;
        padding-top: 150px;
    }

    /*kurumsal*/
    .sub-page {
        clip-path: polygon(0 0, 100% 0, 100% 79%, 0 100%);
        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;
    }

    .general-container {
        margin-top: 0px;
    }

    .corporate-content {
        display: block;
        margin: 6% auto 0;
        width: 93%;
    }

        .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 {
        display: block;
        margin: 25px auto;
        width: 93%;
    }

        .factory-container .title {
            margin: 20px 0;
            font-size: 20px;
        }

    .factory-image li {
        width: 31.8%;
        height: 145px;
    }

        .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*/
    .general-container.product {
        clip-path: polygon(0 2.5%, 100% 0, 100% 100%, 0 100%);
        margin-top: 44px;
    }

    .product-detail-navigation-icon {
        display: none
    }

    .product-content {
        width: 92%;
        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
    }

    .product-detail-icon-container {
        width: 92%;
    }

    .material-information {
        width: 32.4%;
    }

        .material-information:nth-child(3n) {
            margin-right: 0;
        }

        .material-information:nth-child(4n) {
            margin-right: 9px;
        }

    .table-scroll {
        overflow-x: scroll;
        width: 91.5%;
    }

    /*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
    }

    .about-right {
        display: block;
        position: static;
        padding: 0;
        width: 100%;
        margin: 20px 0 0;
    }

    .about-image {
        width: 31.02%;
        margin-bottom: 10px;
    }

    .index-mid p {
        margin-right: 0%;
    }

    .content-first-card {
        padding: 6.33% 7% 2.5%;
    }

    .content-link a .index-mid .button-wrapper {
        position: relative;
        margin: 0%;
        right: 0;
    }

    .about-area .about-title {
        font-size: 19px;
    }

    .about-area .about-text {
        padding: 5px 0 15px;
        height: auto;
        min-height: 72px;
    }

    .button-wrapper {
        margin-top: 0;
    }

    .content-img-bg .content-image .img {
        height: 294px;
    }

    .pc-430 .pc-430-content {
        padding-bottom: 5%;
    }

    .pc-430 .sub-area-img {
        height: 32.3%;
    }

    .pc-430-content .content-about-container {
        padding: 1.5% 0 2%;
        background-image: none;
        border-bottom-left-radius: 55px;
        border-bottom-right-radius: 55px;
        background-color: #fff;
    }

    .content-about-container .about-statistic {
        width: 90%;
        grid-template-columns: 1fr 1.5fr 1.5fr 1fr;
    }

    .content-about-container .about-area {
        width: 91%;
        margin: 0 auto 1.8%;
    }

    .about-statistic .country-stistc, .about-statistic .export-stistc, .about-statistic .stroc-stistc, .about-statistic .year-stistc {
        padding: 4% 8%;
        text-align: center;
        justify-content: center;
        align-items: center !important;
    }

    .stitistc-info {
        font-size: 18px;
    }
}
/* iphone 12 pro yatay*/
@media only screen and (min-width:844px) and (max-width:999px) {
    .index-corporate {
        height: 65% !important;
    }
}
/* iphone x yatay*/
@media only screen and (min-width:811px) and (max-width:999px) {
    .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%;
        max-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 {
        margin-right: 0;
        width: 28%;
        padding: 21px 30px 21px 30px;
    }


    .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-310 {
        margin-bottom: 40px;
    }

    .index-corporate {
        padding: 15px;
        display: block;
        margin: 0 auto;
        width: 94%;
        height: 75%;
        background: #ed1c24
    }

        .index-corporate .title {
            line-height: 1.2;
        }

        .index-corporate .text {
            width: 100%;
        }

    .button-wrapper {
        display: block;
        margin: 15px auto 0;
    }

    .index-product {
        width: 94%;
        display: block;
        margin: 0 auto;
        height: 100%;
        padding: 15px;
        top: -58px;
    }

    .index-image {
        width: 100%;
        margin: 30px auto;
        height: 245px;
    }

        .index-image .button-wrapper {
            left: 20px;
            top: 170px
        }

    .index-about {
        margin: 0 auto 30px;
        width: 94%;
        padding-top: 250px;
    }

    /*kurumsal*/
    .sub-page {
        clip-path: polygon(0 0, 100% 0, 100% 79%, 0 100%);
        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;
    }

    .general-container {
        margin-top: 0px;
    }

    .corporate-content {
        display: block;
        margin: 5% auto 0;
        width: 93%;
    }

        .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 {
        display: block;
        margin: 25px auto;
        width: 93%;
    }

        .factory-container .title {
            margin: 20px 0;
            font-size: 20px;
        }

    .factory-image li {
        width: 31.9%;
        height: 145px;
    }

        .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*/
    .general-container.product {
        clip-path: polygon(0 2.5%, 100% 0, 100% 100%, 0 100%);
        margin-top: 44px;
    }

    .product-detail-navigation-icon {
        display: none
    }

    .product-content {
        width: 92%;
        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-container {
        width: 92%;
    }

    .product-detail-icon-content {
        margin-top: 50px
    }

    .material-information {
        width: 32.4%;
    }

        .material-information:nth-child(3n) {
            margin-right: 0;
        }

        .material-information:nth-child(4n) {
            margin-right: 9px;
        }

    .table-scroll {
        overflow-x: scroll;
        width: 92%;
    }

    /*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
    }


    .about-right {
        display: block;
        position: static;
        padding: 0;
        width: 100%;
        margin: 20px 0 0;
    }

    .about-image {
        width: 31.09%;
        margin-bottom: 10px;
    }

    .pc-430 .pc-430-content {
        padding-bottom: 5%;
    }

    .pc-430 .sub-area-img {
        height: 28.4%;
    }

    .index-mid p {
        margin-right: 0%;
    }

    .content-first-card {
        padding: 6.33% 9% 2.5%;
    }

    .content-link a .index-mid .button-wrapper {
        position: relative;
        margin: 0%;
        right: 0;
    }

    .about-area .about-title {
        font-size: 19px;
    }

    .about-area .about-text {
        padding: 5px 0 15px;
        height: auto;
        min-height: 72px;
    }

    .button-wrapper {
        margin-top: 0;
    }

    .content-img-bg .content-image .img {
        height: 350px;
    }

    .pc-430-content .content-about-container {
        padding: 1.5% 0 2%;
        background-image: none;
        border-bottom-left-radius: 55px;
        border-bottom-right-radius: 55px;
        background-color: #fff;
    }

    .content-about-container .about-statistic {
        width: 90%;
        grid-template-columns: 1fr 1.5fr 1.5fr 1fr;
    }

    .content-about-container .about-area {
        width: 91%;
        margin: 0 auto 1.8%;
    }

    .about-statistic .country-stistc, .about-statistic .export-stistc, .about-statistic .stroc-stistc, .about-statistic .year-stistc {
        padding: 6%;
        text-align: center;
        justify-content: center;
        align-items: center !important;
    }

    .stitistc-info {
        font-size: 18px;
    }
}
/* tablet dikey*/
@media only screen and (min-width:760px) and (max-width:810px) {
    .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%;
        max-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 {
        margin-right: 0;
        width: 27%;
        padding: 21px 30px 21px 30px;
    }


    .footer-container {
        background: url(../images/footer-back3.png)no-repeat center;
        height: 760px;
        background-size: cover;
    }

    .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-310 {
        margin-bottom: 40px;
    }

    .index-corporate {
        padding: 15px;
        display: block;
        margin: 0 auto;
        width: 94%;
        height: 30%;
        background: #ed1c24
    }

        .index-corporate .title {
            line-height: 1.2;
        }

        .index-corporate .text {
            width: 100%;
        }

    .button-wrapper {
        display: block;
        margin: 15px auto 0;
    }

    .index-product {
        width: 94%;
        display: block;
        margin: 0 auto;
        height: 48%;
        padding: 15px;
        top: -58px;
    }

    .index-image {
        width: 100%;
        margin: 30px auto;
        height: 280px;
    }

        .index-image .button-wrapper {
            top: 68%
        }

    .index-about {
        margin: 0 auto 20px;
        width: 94%;
        padding-top: 120px;
    }

    /*kurumsal*/
    .sub-page {
        clip-path: polygon(0 0, 100% 0, 100% 79%, 0 100%);
        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;
    }

    .general-container {
        margin-top: 0;
    }

    .corporate-content {
        display: block;
        margin: 6% auto 0;
        width: 93%;
    }

        .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 {
        display: block;
        margin: 25px auto;
        width: 95%;
    }

        .factory-container .title {
            margin: 20px 0;
            font-size: 20px;
        }

    .factory-image li {
        width: 31.9%;
        height: 145px;
    }

        .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*/
    .general-container.product {
        clip-path: polygon(0 2.5%, 100% 0, 100% 100%, 0 100%);
        margin-top: 44px;
    }

    .product-detail-navigation-icon {
        display: none
    }

    .product-content {
        width: 92%;
        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-container {
        width: 92%;
    }

    .product-detail-icon-content {
        margin-top: 50px
    }

    .material-information {
        width: 32.4%;
    }

        .material-information:nth-child(3n) {
            margin-right: 0;
        }

        .material-information:nth-child(4n) {
            margin-right: 9px;
        }

    .table-scroll {
        overflow-x: scroll;
        width: 92%;
    }

    /*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
    }

    .about-right {
        display: block;
        position: static;
        padding: 0;
        width: 100%;
        margin: 20px 0 0;
    }

    .about-image {
        width: 31.07%;
        margin-bottom: 10px;
    }

    .pc-430 .pc-430-content {
        padding-bottom: 5%;
    }

    .index-mid p {
        margin-right: 0%;
    }

    .content-first-card {
        padding: 6.33% 8% 2.5%;
    }

    .content-link a .index-mid .button-wrapper {
        position: relative;
        margin: 0%;
        right: 0;
    }

    .about-area .about-title {
        font-size: 19px;
    }

    .about-area .about-text {
        padding: 5px 0 15px;
        height: auto;
        min-height: 72px;
    }

    .button-wrapper {
        margin-top: 0;
    }

    .content-img-bg .content-image .img {
        height: 350px;
    }

    .pc-430-content .content-about-container {
        padding: 4% 0 4%;
        background-image: none;
        border-bottom-left-radius: 55px;
        border-bottom-right-radius: 55px;
        background-color: #fff;
    }

    .content-about-container .about-statistic {
        width: 90%;
    }

    .content-about-container .about-area {
        width: 91%;
        margin: 0 auto 1.8%;
    }

    .about-statistic .country-stistc, .about-statistic .export-stistc, .about-statistic .stroc-stistc, .about-statistic .year-stistc {
        padding: 0% 6%;
        text-align: center;
        justify-content: center;
        align-items: center !important;
    }

    .stitistc-info {
        font-size: 18px;
    }

    .pc-430 .sub-area-img {
        height: 30.2%;
    }
}


/*#endregion*/
.text-customblue {
    color: #0a2158;
}


/* iphone 12 Pro yatay*/
@media only screen and (min-width:844px) and (max-width:931px) {
    .content-link a .index-mid {
        flex-direction: row;
        height: 80px;
    }

    .index-mid p {
        margin-right: 11px;
    }
}

/* iphone 14 Pro Max yatay*/
@media only screen and (min-width:932px) and (max-width:999px) {
    .content-link a .index-mid {
        flex-direction: row;
        height: 80px;
    }

    .index-mid p {
        margin-right: 10%;
    }
}
