@media (max-width: 991px) {
    .mobileMenu {
        display: flex;
        transition: 300ms;
        border: 1px solid #111;
        background: none;
        color: #111;
        width: 40px;
        height: 40px;
        align-items: center;
        justify-content: center;
    }

    .main-header {
        position: relative;
    }

    .header {
        width: 100%;
        left: 0;
        margin-top: 0;
        position: relative;
    }

    .mobile {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobileMenu > i {
        font-weight: lighter;
    }

    .mobile a.logo {
        width: 350px;
        padding: 20px;

    }
    .languages-mobil{display: block}
    .languages{
        display: none;
    }

    .languages-mobil {
        position: relative;
        cursor: pointer;
        display: flex;
        align-items: flex-end;
        height: 100%;
        color: #fff;
    }

    .languages-mobil img {
        padding: 0px 5px;
    }

    .languages-mobil .list {
        position: absolute;
        background: #fff;
        transition: 300ms;
        text-align: center;
        transform: translate(0px, -20px);
        opacity: 0;
        visibility: hidden;
        z-index: 99;
        width: 113px;
        top: calc(100% - 3px);
        left: calc(50% - 67px);
    }

    .main-header .languages-mobil:Hover .list {
        opacity: 1;
        visibility: visible;
        transform: translate(0, 0);
        box-shadow: 0px 0px 12px rgba(255, 255, 255, 0.3);
    }

    .languages-mobil .active {
        align-items: center;
        display: flex;
        color: #111;
        font-size: 14px;
    }
    .languages-mobil a{color:#111;}
    .languages-mobil .active:hover .list {
        display: block;
    }

    .languages-mobil .active span {
        display: flex;
        align-items: center;
        padding: 10px;
        color: #111;
    }

    .languages-mobil .active span i {
        padding: 7px;
    }
    .logo {
        width: 180px;}
    .main-menu {
        width: 100%;
        margin-top: 130px;
    }

    .main-menu ul {
        flex-direction: column;
        padding: 0 !important;
        color: #fff;
    }

    .main-header .sub-header {
        display: none;
    }

    .main-header .header-container .main-menu ul li {
        color: #000;
        text-align: center;
        font-weight: 600;
        display: flex;
        width: 90%;
        justify-content: center;
        padding: 15px;
        margin-top: 6px;
        background: #fff;
    }

    .main-header .header-container .main-menu ul li a {
        color: #010101;
        font-size: 14px;
    }

    .main-header .header-bar {
        justify-content: center;
    }

    .main-header .header-menu {
        position: fixed;
        right: 0px;
        top: 0px;
        background: rgb(9 9 9 / 88%);
        z-index: 99;
        height: 100%;
        width: 100%;
        transition: 300ms;
        transform: translate(-100vh);
        opacity: 0;
        visibility: hidden;
    }

    .main-header .header-menu .menu ul {
        flex-direction: column;
        height: 100%;
        margin-left: -30px;
        padding-bottom: 30px;
    }

    .main-header .header-menu .menu ul li {
        margin: 0px;
        position: relative;
        width: 100%;
    }

    .main-header.fixed-bar .header-menu .menu ul li a {
        color: #fff;
        transition-delay: 0ms;
    }

    .main-header .header-menu .text {
        position: fixed;
        left: -15px;
        top: 65px;
        z-index: 999;
        width: unset;
        padding-top: 30px;
        padding-left: 30px;
        transform: rotate(90deg) translate(0px, 100vh);
        transition-delay: 1000ms;
        transition: 1000ms;
    }

    .main-header.fixed-bar .header-menu .text p {
        color: #fff;
    }

    .main-header.open-mobile-menu .header-menu .text {
        transform: rotate(90deg) translate(0px, 0px);
    }

    .main-header.open-mobile-menu .header-menu {
        transform: translate(0);
        opacity: 1;
        visibility: visible;
    }

    .main-header.open-mobile-menu .mobileMenu {
        position: fixed;
        right: 15px;
        top: 15px;
        z-index: 999;
        color: #fff;
        border-color: #fff;
    }

    .main-header .sub-header-content {
        flex-direction: column;
    }

    .main-header .sub-header-content i {
        display: none;
    }

    .header-menu .top-header {
        flex-direction: column;
    }


    .main-slider button i {
        display: none;
    }

    .icons p {
        width: 100%;
    }

    .main-header .header-container {
        display: flex;
        justify-content: space-between;
        padding: 25px;
    }


    .page-header select {
        width: 100%;
        margin:auto;
        margin-top: 5px;
    }
    .page-header button {
        width: 100%;
        margin-top: 5px;
    }
    .header-container:before {
        height: 0;}
    .main-slider {margin-top:0;
    }
    .page-header {
        width: 100%;
        height: 110px;}
    .icons .item span{text-align: center}
    .icons .item h6{text-align: center}
    .icons .item p{text-align: center}
    .icons .item img{ display: flex;   width: 100px;
        margin: auto;
    }
    .map-box{
        display: none;
    }
    .footer img{
        margin: auto;
        width: 300px;
        display: flex;
    }
    .main-footer p{
        text-align: center;
    }
    .main-footer .sayfa{
        text-align: center;
        margin-top: 30px;

    }
    .footer .social ul {
        justify-content: center;}
    .widgets {
        margin: 20px;
    }
    }