@media (    min-width: 1400px)
{
    .head-text{
        margin: 200px 0px 300px 0px;
        padding: 20px 4px 40px 4px;
    }
    .showreals{
        display: flex;
        flex-direction: row;
    }
    .video-preview{
        width: 100%;
        padding: 1%;
    }
    .chanellstyle img{
        width: 30px;
        border-radius: 15px;
        margin: 0px 10px 0px 30px;
    }
    .head-discription{
        line-height: 30px;
    }
    .descrition p {
        margin: 7px 0px 0px 0px;
        font-weight: bolder;
        font-size: 30px;
    
    }
    .more-diteals{
        font-size: 20px;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 20px;
        
    }
    .style-changer{
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin-bottom: 80px;
        margin-top: 30px;
    }
    .sellected-style{
        padding: 10px 60px 10px 60px;
        transform: scale(1);
        box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.273);
    }
    .sellected-style:hover{
        padding: 10px 70px 10px 70px;
    }
}
@media (max-width:1500px){
    .head-text{
        margin: 110px 0px 300px 0px;
        padding: 20px 4px 40px 4px;
    }
    .showreals{
        display: flex;
        flex-direction: column;
    }
    .style-changer{
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin-bottom: 80px;
        margin-top: 50px;
    }
    .sellected-style{
        padding: 10px 60px 10px 60px;
        transform: scale(1);
        box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.273);
    }
    .sellected-style:hover{
        padding: 10px 70px 10px 70px;
    }
    .more-diteals{
        font-size: 20px;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 10px;
        
    }
    .video-preview{
        width: 90%;

        padding: 0%;
        background: #000;
    }
    .video{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .chanellstyle img{
        width: 30px;
        border-radius: 15px;
        margin: 0px 10px 0px 10px;
    }
    .chanellstyle{
        margin-bottom: 10px;
    }
    .head-discription{
        line-height: 30px;
    }
    .descrition p {
        margin: 7px 0px 20px 0px;
        font-weight: bolder;
        font-size: 30px;
        
    }
    .head-text{
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.273);
        width: 70%;
        
        display: flex;
        flex-direction: column;
        justify-content: space-between;

        font-size: 40px;
    
    }
}


@media (max-width: 650px){
    .more-diteals-text{
        display: none;
    }
    .more-diteals{
        font-size: 20px;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 10px;
        
    }
    .head-text-more{
        display: none;
    }
    .head-text{
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.273);
        width: 80%;

        display: flex;
        flex-direction: column;
        justify-content: space-between;

        font-size: 40px;
    
    }
}