.body{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: space-between;


    .main{
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: space-between;
        


        .left{
            width: 65%;

            position: relative;
        
            margin-left: 50px;
            border-radius: 10px;


            .display{
        
                height: 400px;
                border: 2px solid rgb(10, 10, 50);
                border-radius: 10px;
                margin-top: -7px;
                margin-left: px;
                background-color: rgb(10, 10, 50);

                
            }



    }

    .vid-reaction{
        margin-top: 10px;
        margin-left: -35px;
    }
    .disp{
        margin-left: 40px;
        color: #fff;
    }


        }

        .right{
            width: 26%;
            height: 100vh;
  
            margin-right: 50px;
            border-radius: 10px 10px 0px 0px;
  

            h1{
                text-align: center;
                width: 100%;
                height: 50px;
                background: rgb(10, 10, 50);
                color: rgb(8, 49, 255);
                margin-top: -1px;
                border-radius: 10px 10px 0px 0px;
            }
            
            .vid-box{
                width: 350px;
                border: 2px solid rgb(10, 10, 50);
                border-radius: 10px;
                height: 130px;
                margin-left: 10px;
                margin-top: 5px;


             .vid{
                display: flex;
                justify-content: space-between;
                
             }

                .vid-mage{
                    border-radius: 10px;
                    margin-left: 10px;
                    margin-top: 10px;
                    width: 250px;
                    height: 110px;
                   
                    background-size: cover;
                    background-repeat: none;
                }

                .info{
                    margin-top: 10px;
                    width: 280px;
                    height: 100px;
                    margin-left: 10px;
                }

                .tag{
                    width: 80px;
                    height: 20px;
                    background: rgb(8, 49, 255);
                    border-radius: 25px;
                    text-align: center;
                    float: right;
                    margin-right: 20px;
                }
            }
        }
    }
    .vid-container{
        width: 100%;
        padding-top: 6px;
background: rgb(8, 49, 255);
background-repeat: none;
background-size: cover;
padding-bottom: 15px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;

z-index: -1;
/* position: absolute; */
box-shadow: 1px 1px 10px black;
color: #fff;
    }
    .t-info{
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
        width: 180px;
        .t-pic{
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background-color: rgb(8, 49, 255);
            margin-left: 10px;
        }
    }


.back{
    display: none;
    width: 100%;;
height: 620px;
    background: rgb(8, 49, 255);
    background-repeat: none;
    background-size: cover;
    z-index: -1;
    position: absolute;
    box-shadow: 1px 1px 10px black ;
    color: #fff;

}



.comment{
    width: 98%;
    height: 600px;
    margin-left: 5px;

    #comment{
        width: 400px;
        height: 50px;
        margin-top: 20px;
    }

    button{
        width: 60px;
        height: 30px;
        margin-bottom: 20px;
    }

    .links{
        display: flex;
        justify-content: space-between !important;
        width: 700px;

        a{
            font-size: 20px;
            text-decoration: none;
            text-transform: capitalize;


        }

        


    }
    .com-area{
        width: 100%;
       
   
      
      
    }
    .review{
        width: 100%;
        height: 300px;
   
        
    }
}


