@import "color.css";

.trans-layer{
    cursor: pointer;
}
.trans-layer .content{
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
}
.trans-layer img{
    object-fit: cover;
}

.virtual-info .red-dot{
    width: 10px;
    height: 10px;
    margin-top: 2px;
}
.red-dot{
    background-color: var(--red);
}



.virtual_container , .virtual_container .over-img{
    transition: width 1s ease-in-out;
}

.over-img{
    top:0;
    display: none;
}


.virtual_container .dot-box{
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.33);
}

.dot-box .red-dot{
    width: 20px;
    height: 20px;
}

.virtual_container .arrow_box {
    position: relative;
    background: #fff;
    border: 4px solid #fff;
    opacity: 0;
    transition: opacity 0.5s;
    top: 35px;
    right: 65px;
}


.shades{
    cursor: pointer;
}

.shades i{
    height: 40px;
    width:40px;
}
.shades img{
    height: 40px;
    width:40px;
}
