.luna{
    z-index: 0;
    position: absolute;
    top: 45%;
    right: 7%;
    width: auto;
    height: auto;
    font: normal normal bold 14px/30px poppins;
    letter-spacing: 0px;
}
.luna_control{
    display: none;
    
}
.luna1, .luna2, .luna3, .luna4,.luna5,.luna6{
    display: flex;
}
.hover-trigger{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 197px;
    background: #707070 0% 0% no-repeat padding-box;
    opacity: 0;
    border-radius: 3px 0 0 3px;
    color: #FFFFFF;
}
.hover-control{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 197px;
    background: #707070 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 3px 0 0 3px;
    color: #FFFFFF;
}
.my-div{
    width: 3px;
    height: auto;
    background-color: #FFFFFF;
    border-radius: 1px;
    border: 1px solid rgb(0, 255, 213);
}
.on-timeout{
    opacity: 1;
}
.after-timeout{
    opacity: 0;
    transition: opacity 0.4s;
}
.hover-trigger:hover{
    opacity: 1;
}
.hovered{
    border-color:  rgb(255, 251, 0);
}
@media screen and (max-width:1200px){
    .my-div{
        display: none;
    }
    .luna{
        font: normal normal bold 14px/28px poppins;
        top: 100px;
    }
    .after-timeout{
        opacity: 1;
    }
    .hover-trigger, .hover-control{
        border-radius: 3px;
        width: 153px;
    }
    .luna_control{
        display: flex;
        align-items: center;
        width: 100%; 
    }
    .hover-control{
        background: #ffffff 0% 0% no-repeat padding-box;
        color: black;
        font: normal normal bold 14px/24px poppins;
    }
    .luna_control i{
        margin: 2px 0 0 10px;
        font-size: 15px;
    }
    .hover-trigger{
        display: none;
    }
}
@media screen and (max-width:1110px){
    .luna{
        top: 53px;
        right: 15%;
    }
}
@media screen and (max-width:800px){
    .luna{
        top: 53px;
        right: 20%;
    }
}
@media screen and (max-width:400px){
    .luna{
        font: normal normal bold 12px/24px poppins;
    }
}
@media screen and (max-width:390px){
    .luna{
        top: 90px;
        right: 20px;
        font: normal normal bold 12px/24px poppins;
    }
    .hover-control{
        font: normal normal bold 12px/24px poppins;
    }
    .luna_control i{
        margin: 1px 0 0 10px;
        font-size: 14px;
    }
}
