
body{
    background-color: #0D0D0D;
    color: #F1EEEE;
    overflow: hidden;
    transform: 0.5s ;
}

li,i, .cursor-pointer{
    cursor: pointer;
}
.logo{
    width: 3.125rem;
}
.nav-menu{
    z-index: 700;
    background-color: #0D0D0D;
}
.layer{
    color: #0D0D0D;
    width: 100%;
    height: 100%;
    top: 100%;
    background-color: #f9f6f6ca;
    transition: 0.5s;
}

.item:hover .layer{
    top: 0;

}

.fix{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
 
}
.loader{
    z-index: 800;
    position:fixed; 
    top:0;
    bottom:0;
    left: 0;
    right: 0;
    background-color: #0D0D0D; 
    display: flex;
    justify-content: center;
    align-items: center;
}


.loader2{
    z-index: 500;
    position:fixed; 
    top:0;
    bottom:0;
    left: 0;
    right: 0;
    background-color: #0D0D0D; 
    display: flex;
    justify-content: center;
    align-items: center;
}