
.bottom_circle{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 180px;
    display: flex;
    justify-content: center;
    /* background-color: #ff0000; */
}
.boxx{
    width: 100vmin;
    height: 100vmin;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    scale: 1.05;
    margin-top: 30px;
    /* opacity: 0.4; */
}
.boxx .nav_list{
    width: 100%;
    height: 100%;
    position: absolute;
    
}

.boxx .nav_list span{
    font-size: 14px;
    /* font-size: 3vmin; */
    transform-origin: 0 50vmin;
    position: absolute;
    left: 50%;
    color: white;
}


.inner_box{

    border-radius: 100%;
    background-color: rgba(43, 68, 112, 0.8);
    display: flex;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    /* opacity: 0.3; */
    /* position: relative; */
}

.bottom_menu{
    height: 100px;
    /* background-color: red; */
    margin-top: 20px;
    padding: 0 40px;
    box-sizing: border-box;
    opacity: 1;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: white;
}
.logo_circle{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fff;
}