@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: white;
}

#cont{
    display: flex;
   
margin-left: 30px;

}



.video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(1, 1fr));
    gap: 5px;
}

#watch{
    font-family: 'Roboto', sans-serif;
    font-weight: 640;
}
.video-item {
   
    border-radius: 8px;
   
    overflow: hidden;
    transition: transform 0.2s;
    display: flex;

   


}

.video-item:hover {
    transform: scale(1.02);
}

iframe {
    width: 40%;
    height: 160px;
    border-radius: 15px;
    margin: 10px;
}
h4.video-title{font-size:25px !important;}
.video-title {
    font-size: 17px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
color: black;
    margin: 10px 0 5px;
    padding: 0 10px;
    margin-top: 10px;
}

.video-description {
    font-size: 14px;
    color: #666;
    padding: 0 10px;
    margin-bottom: 10px;
}
#main2{
    display: flex;
    flex-direction: column;
}
#main2 p img{
    width: 25px;
    margin-right: 20px;
}
#input img{
    width: 25px;

}
#input input{
    border: 0px;
    border-bottom: 2px solid gray;
    width: 300px;
    margin-left: 5px;



    width: 300px;
      height: 40px;
      padding-left: 50px;  /* Space for the icon */
      background: url('https://img.icons8.com/?size=100&id=XU3XKgdpT0qG&format=png&color=000000') no-repeat;
      background-position: 10px center;  /* Position the image */
      background-size: 30px 30px;  /* Size of the image */
      
    
}
#input{
    margin-bottom: 40px;
    display: flex;
    
}
#main2 p{
    margin-left: 15px;
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: bold;
    gap: 10px;
}
.desc {
    display: flex;
    flex-direction: column;
    text-align: justify;
    
}
#view{
    display: flex;
    gap: 20px;
    font-size: 14px;
    margin-left: 10px;
}

.mt70{margin-top:70px;}
.fn-12{font-size:12px !important;}
.videoDetail_section .video_big-section a.video-item {
    display: inline-block;
    width: 100%;
}
.videoDetail_section .video_big-section a.video-item iframe{    width: 100%;
    height: 460px;
    margin: 0;}