
.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 {
    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 .logo { height: 50px; filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(246%) hue-rotate(256deg) brightness(114%) contrast(100%);}


.yan-menu  a { display: inline-block; color: #fff; padding: 9px 0px;
 
}


 