
.mobil-menu-ikonu {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 99900;
    color: #fff;
    padding: 5px;
    background: #000;
   
    box-shadow: 0px 10px 40px rgba(0,0,0,0.2);
    
}

.mobil-menu-ikonu i {
    font-size: 28px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.mobil-menu-ikonu:hover {
    cursor: pointer;
}


.yan-menu .logo { width: 60%;  filter: brightness(0) saturate(100%) invert(93%) sepia(85%) saturate(0%) hue-rotate(133deg) brightness(108%) contrast(100%); margin-bottom: 50px; }

.yan-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background:#1778f2; 
    right: -100%;
    top: 0px;
    z-index: 99800;
    transition: 0.5s;
    box-sizing: border-box;
     
}

.yan-menu > div {  width: 100%; }




.yan-menu .mobil-menu a {
 
}



.yan-menu .DIL {
    padding-top: 50px
}

.yan-menu .DIL a {
    display: inline-block;
    padding: 5px;
}

.yan-menu .DIL .acdil {
    font-weight: 800;
}



.yan-menu  .menu_item {
    display: block;
    position: relative;

    vertical-align: middle;
}

.yan-menu .menu_selection {
    margin: 0;
    width: 100%;
    display: none;
    z-index: 1;
    color: #272727;
}

.yan-menu .menu_selection li {}

.yan-menu .menu_top_nav a {
    color: #fff;
    line-height: 40px;
    font-size: 22px;
  
    display: table;
    width: 100%;
}

.yan-menu .menu_top_nav a:hover { }

.yan-menu .menu_top_nav i {
    line-height: 30px;
    width: 20px;
    text-align: center;
    font-size: 16px;
}

.yan-menu .sub-menu {
    width: 100%;  
}

.yan-menu .sub-menu .menu_top_nav {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 10px;
}
