
.discane_div_index{
    /* display: flex;
    justify-content: end;
    padding: 30px 10px;
    margin-right: 50px;
    align-items: center;
    width: 100%;
    margin-top: 90px; */
}
.headerr_index{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    position: fixed;
    top: 0;
    background: white;
    width: calc(100vw - 300px);
    z-index: 2;
    border-bottom: 1px solid #00000024;
  
}
@media (max-width: 1013px) {
    .discane_div_index {
        /* width: 100vw;
        margin-top: 94px;
        padding: 10px;
        position: fixed;
        left: 0;
        gap: 10px;
        background: white;
        z-index: 1;
        justify-content: space-between; */
    }

    .headerr_index{
        border-bottom: none;
        padding: 5px 6px 0px 6px;
        width: 100%;
        right: 0;
        background: white;
        display: flex;
        justify-content: space-between;
        align-items: center;
        top: 0;
        position: fixed;
        user-select: none;
      
    }



}