﻿@media (max-width: 991.98px) {
    .mm-panel {
        transition: -webkit-transform .4s ease-in-out;
        transition: transform .4s ease-in-out;
        transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }


    .mm-menu.mm-offcanvas {
        z-index: 10;
    }

    /*HEADER START*/

    .lang-toggle {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: transparent;
        border: 0;
        padding: 17px 0 !important;
        color: inherit;
        font: inherit;
        text-transform: uppercase;
        text-align: left;
        cursor: pointer;
        color: #979797;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 0.5px;
    }

    .lang-item .lang-arrow {
        transition: transform .3s ease;
    }

    .lang-subitem {
        display: none;
    }

        .lang-subitem a {
            display: block;
            padding-left: 20px !important;
        }

    .lang-item.active .lang-arrow {
        transform: rotate(90deg);
    }

    .lang-subitem {
        display: none !important;
    }

        .lang-subitem.open {
            display: list-item !important;
        }
    /*HEADER END*/

    /*SLIDER START*/

    rs-slides,
    rs-static-layers,
    rs-module,
    rs-module-wrap,
    rs-fullwidth-wrap,
    rs-layer {
        height: 250px !important;
    }

    .arki-orig-logo img,
    .arki-fixed-nav-logo img {
        height: 50px !important;
    }

    .arki-header-background {
        background-color: #fff !important;
    }

    /*SLIDER END*/


    /*OUR SECTİON START*/
    #gdlr-core-wrapper-1.gdlr-core-pbf-wrapper {
        padding-bottom: 200px !important;
    }
    /*OUR SECTİON END*/

    #gdlr-core-column-75022 .gdlr-core-pbf-column-content-margin {
        padding: 0 !important;
    }

}
@media (min-width: 1024px) {

    .footer-bottom {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }

    .footer-bottom span {
        display: inline-block;
        font-size: 14px;
        color: #ccc;
    }

    .footer-bottom a {
        color: #fff;
    }

    .arki-footer-container {
        display: flex !important;
        align-items: center !important;
    }

}