* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Oswald', sans-serif;
}

a {
    text-decoration: none !important;
}

li {
    list-style: none;
}

ol, ul {
    padding: 0px !important;
}

img {
    width: 100%;
}





.wrapper1 {
    max-width: 100%;
    margin: auto;
    padding: 40px;
}








.yazi {
    font-size: 18px;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    color: #1b1b1b;
}


.wrapper {
    max-width: 1200px;
    margin: auto;
}

#temizle {
    clear: both;
}

header {
    position: relative;
    width: 100%;
    z-index: 99999 !important;
    background-image: url(../img/header-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 105px;
    background-color: #fff;
}

.header-ust {
    display: flex;
    justify-content: flex-end;
    height: 35px;
    line-height: 35px;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #7c7c7c;
}

.ust-sol {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
    margin-top: 8px;
}

    .ust-sol a {
        font-family: 'Oswald', sans-serif;
        color: #ec3714;
        font-size: 16px;
        font-weight: 400;
    }

        .ust-sol a i {
            padding-right: 5px;
            font-size: 18px;
        }

        .ust-sol a:hover {
            color: #000;
        }

hr {
    opacity: 0.3;
}

.wrapper1 {
    width: 1200px;
    margin: auto;
}



header .wrapper .logo {
    width: 24%;
    height: 80px;
    padding: 0px 30px;
    margin-top: -50px;
}

.header-alt {
    display: flex;
    justify-content: space-between;
    height: 65px;
    align-items: center;
    margin-top: 10px;
    font-family: 'Barlow', sans-serif;
    color: ffffff;
    font-weight: 400;
}

header nav {
    display: flex;
    align-items: flex-end;
    gap: 20px;
}

    header nav li ul {
        position: absolute;
        visibility: hidden;
        width: 250px;
        z-index: 2;
        top: 200px;
        background: #fff;
        transition: all 0.2s ease-in;
    }

        header nav li ul li {
            margin-bottom: 10px;
            margin-top: 10px;
        }

            header nav li ul li a {
                color: #000;
            }

    header nav li:hover ul {
        top: 120px;
        visibility: visible;
    }

    header nav a {
        color: #ffffff;
        font-size: 16px;
        padding: 10px;
        border-radius: 10px;
    }

        header nav a:hover {
            color: #eb2b06;
            ;
        }

.musteri {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .musteri i {
        font-size: 30px;
        color: #fff;
        transform: rotateZ(-35deg);
    }

    .musteri span {
        font-size: 14px;
        color: #fff;
    }

.ana-hak {
    width: 100%;
    position: relative;
    z-index: 999999 !important;
}

    .ana-hak .wrapper {
        display: flex;
        justify-content: center;
        box-shadow: 1px 0 19px rgb(0 0 0 / 15%);
        -webkit-box-shadow: 1px 0 19px rgb(0 0 0 / 15%);
        padding: 30px;
        margin-top: -100px;
        background: #fff;
        gap: 50px;
    }

.ana-hak-sol {
    width: 35%;
}

.ana-hak-sag {
    width: 55%;
    display: flex;
    flex-direction: column;
}

.hak-title {
    font-family: 'Oswald', sans-serif;
    color: #000;
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 10px;
}

.ana-hak-sag p {
    font-family: 'Oswald', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

.ana-hak-sag hr {
    margin-top: 0px;
}

.hak-alt {
    display: flex;
    gap: 15px;
    align-items: center;
}

    .hak-alt img {
        width: 200px;
    }

    .hak-alt .icon {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

        .hak-alt .icon div i {
            padding-right: 10px;
            color: #41a4ee;
            font-size: 21px;
        }

        .hak-alt .icon div {
            font-family: 'Oswald', sans-serif;
            color: #000;
            font-size: 16px;
            font-weight: 600;
        }

.sag-ust {
    background: #fff;
    padding: 20px;
    height: 390px;
}

.ust-title {
    font-family: 'Oswald', sans-serif;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.ust-title2 {
    font-family: 'Oswald', sans-serif;
    color: #000;
    font-size: 48px;
    font-weight: 700;
    line-height: 55px;
}

.ust-desc {
    font-family: 'Oswald', sans-serif;
    color: #000;
    font-size: 19px;
    font-weight: 500;
}

.buton {
    color: #ff7200;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
}

.sag-alt {
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
    background: #ffffff;
    text-align: center;
    padding: 5px;
}

    .sag-alt a {
        width: 30%;
        color: #000;
        font-size: 13px;
        font-weight: 500;
        font-family: 'Oswald', sans-serif;
    }

        .sag-alt a img {
            height: 100px;
            width: auto;
        }

#alt-1 {
    display: block;
    background: #fff;
    padding: 20px;
    height: 320px;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: left;
}

#alt-2 {
    display: none;
    background: #fff;
    padding: 20px;
    height: 320px;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: left;
}

#alt-3 {
    display: none;
    background: #fff;
    padding: 20px;
    height: 320px;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: left;
}

#alt-4 {
    display: none;
    background: #fff;
    padding: 20px;
    height: 320px;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: left;
}

#alt-1-1:hover #alt-1 {
    display: block;
}

#alt-1-1:hover #alt-2 {
    display: none;
}

#alt-1-1:hover #alt-3 {
    display: none;
}

#alt-1-1:hover #alt-4 {
    display: none;
}

#alt-2-1:hover #alt-2 {
    display: block;
}

#alt-2-1:hover #alt-1 {
    display: none;
}

#alt-2-1:hover #alt-3 {
    display: none;
}

#alt-2-1:hover #alt-4 {
    display: none;
}

#alt-3-1:hover #alt-3 {
    display: block;
}

#alt-3-1:hover #alt-1 {
    display: none;
}

#alt-3-1:hover #alt-2 {
    display: none;
}

#alt-3-1:hover #alt-4 {
    display: none;
}

#alt-4-1:hover #alt-4 {
    display: block;
}

#alt-4-1:hover #alt-1 {
    display: none;
}

#alt-4-1:hover #alt-3 {
    display: none;
}

#alt-4-1:hover #alt-2 {
    display: none;
}


#ana-orta {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    padding: 30px;
    background-color: #dcdcdc;
}


.arka {
    width: 100%;
    height: 100px;
    font-size: 30px;
    color: #000;
    text-align: center;
    background-color: #dcdcdc;
    line-height: 100px;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
}

.arka1 {
    width: 100%;
    height: 150px;
    font-size: 30px;
    color: #000;
    text-align: center;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    line-height: 160px;
}
















#title {
    font-size: 30px;
    color: #000;
    line-height: 35px;
    text-align: center;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
}

    #title span {
        color: #FF8F00;
        display: block;
        font-family: 'Barlow', sans-serif;
        font-weight: 400;
    }

#ana-urun {
    position: relative;
    display: block;
    width: 100%;
}

.katalog {
    background: #fff;
    border-top: 1px solid #ff7200;
    border-bottom: 1px solid #ff7200;
}

    .katalog .wrapper {
        display: flex;
        justify-content: space-around;
        padding: 30px;
        align-items: center;
        flex-wrap: wrap;
    }

.title-kat {
    font-size: 48px;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    line-height: 48px;
}

    .title-kat span {
        font-size: 36px;
        font-family: 'Barlow', sans-serif;
        font-weight: 400;
    }

.referanslar {
    padding: 30px;
    background-color: #f2f2f2;
}

.ref-title {
    font-size: 30px;
    color: #000;
    text-align: center;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fuar-sol {
    width: 45%;
}

.fuar-sag {
    width: 55%;
}

.fuar-title {
    color: #000;
    font-size: 36px;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
}

.fuar-sol p {
    color: #888888;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
}

.fuar-sol .buton {
    background-color: #ff7200;
    color: #fff;
    padding: 10px 20px;
}

    .fuar-sol .buton:hover {
        background-color: #2a2f35;
    }

.haberler {
    margin-top: 30px;
    padding: 30px;
}

    .haberler .ref-title {
        margin-bottom: 30px;
    }

.ust-img {
    height: 400px !important;
    object-fit: contain;
}

.alt-img {
    height: 90px !important;
    object-fit: contain;
    border: 1px solid #dcdcdc;
}

#hamburger {
    position: absolute;
    display: block;
    top: 3px;
    right: 15px;
}

    #hamburger svg {
        fill: #000;
        width: 40px;
        height: 40px;
    }

#mmenu {
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    display: block;
    height: 110vh;
    left: -300px;
    background-color: #2a2f35;
    color: #fff;
    position: fixed;
    top: 0;
    z-index: 2;
    width: 300px;
    -webkit-transition: all 0.122s ease-in-out;
    transition: all 0.122s ease-in-out;
}

    #mmenu > ul {
        width: 100%;
        height: 100vh;
        overflow-y: auto;
        margin: 0;
        padding: 0;
    }

        #mmenu > ul > li {
            height: auto;
            display: block;
            width: 100%;
            margin-top: 5px;
        }

            #mmenu > ul > li a {
                height: 42px;
                font-size: 17px;
                text-decoration: none;
                color: #fff;
                font-family: 'Barlow', sans-serif;
                font-weight: 400;
                display: block;
                line-height: 42px;
            }

            #mmenu > ul > li > a {
                padding-left: 15px;
            }

            #mmenu > ul > li:hover ul {
                max-height: 4200px;
                visibility: visible;
                opacity: 1;
            }

            #mmenu > ul > li > ul {
                max-height: 0;
                visibility: hidden;
                opacity: 0;
                -webkit-transition: all 0.122s ease-in-out;
                transition: all 0.122s ease-in-out;
                list-style: none;
                padding-left: 0px;
                margin: 0;
            }

                #mmenu > ul > li > ul a {
                    border: 1px solid #eee;
                    border-left: 0;
                    border-right: 0;
                    padding-left: 20px;
                }

#closeButton {
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}

.hidden {
    opacity: 0;
    visibility: hidden;
    z-index: -9999;
}

#overlay {
    content: "";
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: -1;
}

#acil {
    display: none;
}

footer {
    background-color: transparent;
    background-image: linear-gradient(90deg, #000000 43.7%, #313131 43.7%);
    padding: 30px;
    width: 100%;
}

    footer .wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

.footer-sol {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}

    .footer-sol p {
        color: #fff;
        font-size: 16px;
        font-family: 'Barlow', sans-serif;
        font-weight: 400;
    }

.footer-sag {
    width: 70%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-left: 10%
}

    .footer-sag h3 {
        color: #fff;
        font-size: 16px;
        font-family: 'Barlow', sans-serif;
        font-weight: 400;
        margin-bottom: 15px;
    }

    .footer-sag a {
        color: #888888;
        font-size: 14px;
        font-family: 'Barlow', sans-serif;
        font-weight: 400;
        display: block;
        margin-bottom: 5px;
        transition: all 0.5s ease;
    }

        .footer-sag a i {
            padding-right: 10px;
            color: #fff;
            font-size: 18px;
        }

        .footer-sag a:hover {
            padding-left: 10px;
            color: #eb2b06;
        }

.carousel-inner {
    height: 100% !important;
}


.takip {
    background-color: #000000;
    padding: 30px;
}

    .takip h1 {
        font-family: 'Barlow', sans-serif;
        font-weight: 700;
        font-size: 30px;
        color: #f2f2f2;
    }

.takip2 {
    padding: 10px;
}

    .takip2 a {
        font-size: 14px;
        font-family: 'Barlow', sans-serif;
        font-weight: 400;
        color: #888888;
    }

.urun-alt-sayfa {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .urun-alt-sayfa .wrapper {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

.page-left {
    width: 22%;
}

.page-right {
    width: 75%;
    background: #fff;
}

.page-left ul {
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: 0px 0px 28px -3px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 0px 28px -3px rgba(0,0,0,0.20);
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.10);
}

    .page-left ul li a {
        position: relative;
        color: #000;
        font-size: 13px;
        line-height: 24px;
        padding: 10px 20px;
        font-weight: 600;
        display: block;
        font-family: 'Oswald', sans-serif;
    }

        .page-left ul li a i {
            padding-right: 10px;
            color: #ea0b1a;
        }

        .page-left ul li a:hover {
            background: #000000;
            color: #fff;
            transition: all 0.2s ease-in;
            padding-left: 10px;
            text-decoration: none;
        }

        .page-left ul li a.menu-aktif {
            background: #000;
            color: #fff;
        }


.kategoriler {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding: 30px;
}

    .kategoriler .post_084_wrapper {
        width: 31%;
        cursor: pointer;
    }


.ozellik a {
    background: #ff7200;
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px;
    transition: all 0.5s ease;
}

    .ozellik a i {
        padding-right: 10px;
    }

    .ozellik a:hover {
        background: #2a2f35;
        color: #fff;
    }






.kategoriler {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    padding: 30px;
}

    .kategoriler .post_084_wrapper {
        width: 31%;
        cursor: pointer;
    }

.post_084_image > img {
    transition: all 0.5s ease;
}

.kategoriler .post_084_wrapper:hover .post_084_image > img {
    transform: scale(1.05);
}

.style1 {
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #000;
    background: #fff;
    width: 100%;
    height: 70px;
    line-height: 70px;
    padding-left: 15px;
    margin-bottom: 5px;
    border: 0px;
    box-sizing: border-box;
    border: 1px solid #f0f0f0;
    outline: none;
}

.style2 {
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #000;
    background: #fff;
    width: 100%;
    height: 152px;
    line-height: 25px;
    padding-left: 15px;
    margin-bottom: 1px;
    border: 0px;
    box-sizing: border-box;
    border: 1px solid #f0f0f0;
    outline: none;
}

.buton-form {
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    background: #ff7200;
    width: auto;
    height: 50px;
    line-height: 50px;
    padding: 0px 30px;
    border: 0px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
}

    .buton-form:hover {
        background: #000;
    }

#yarim1 {
    position: relative;
    width: 49%;
    float: left;
    margin-bottom: 2%;
    box-sizing: border-box;
}

#yarim2 {
    position: relative;
    width: 49%;
    float: right;
    margin-bottom: 2%;
    box-sizing: border-box;
}

.form {
    padding: 30px;
}

.form-title {
    font-size: 21px;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    color: #ff7200;
    text-align: center;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1600px) {
    .ana-hak .wrapper {
        margin-top: -50px;
    }
}


@media only screen and (max-width: 1300px) {
    .ana-hak .wrapper {
        margin-top: -20px;
    }
}


@media only screen and (max-width: 1000px) {
    #acil {
        display: block;
    }

    .ana-hak .wrapper {
        margin-top: 0px;
    }

    .wrapper {
        width: 95%;
    }

    .ana-hak-sol {
        width: 100%;
    }

        .ana-hak-sol img {
            width: 300px;
        }

    .ana-hak-sag {
        width: 100%;
    }

    .ana-hak .wrapper {
        flex-direction: column;
    }

    .kategoriler .post_084_wrapper {
        width: 48%;
    }

    .kategoriler .post_084_wrapper {
        margin-bottom: 15px;
    }

    header {
        position: relative;
        background-position: right;
    }

    .page-left {
        display: none;
    }

    .page-right {
        width: 100%;
    }

    .banner {
        margin-top: 0px;
        flex-direction: column;
        height: auto;
    }

    .sag-ust {
        height: auto;
    }

    header nav {
        display: none;
    }

    .header-ust {
        justify-content: flex-start;
    }

    .kapa {
        display: none;
    }

    .sag-alt {
        height: auto;
        flex-wrap: wrap;
    }

    .musteri {
        display: none;
    }

    .fuar-sag {
        width: 100%;
    }

    .fuar-sol {
        width: 100%;
    }

    .header-alt {
        justify-content: center;
    }

    header .wrapper .logo {
        width: auto;
    }

    #alt-1 {
        display: block;
        position: relative;
    }

    #alt-2 {
        display: block;
        position: relative;
    }

    #alt-3 {
        display: block;
        position: relative;
    }

    #alt-4 {
        display: block;
        position: relative;
    }

    #alt-1-1 img {
        height: 150px;
        object-fit: contain;
    }

    #alt-2-1 img {
        height: 150px;
        object-fit: contain;
    }

    #alt-3-1 img {
        height: 150px;
        object-fit: contain;
    }

    #alt-4-1 img {
        height: 150px;
        object-fit: contain;
    }

    footer {
        background: #000;
    }
}

@media only screen and (max-width: 600px) {
    .kategoriler .post_084_wrapper {
        width: 100%;
    }

    .sag-alt {
        flex-wrap: wrap;
    }

    .footer-sol {
        width: 100%;
        align-items: center
    }

    footer .wrapper {
        justify-content: center;
    }

    .ozellik {
        flex-direction: column;
    }
}
