*
{
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}
header
{
 position: -webkit-sticky;
 position: sticky;
 top: 0;
 left: 0;
 z-index: 999;   
 background-color:white;
}

#navele a
{
text-decoration: none;
color: black;
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-weight: bolder;
font-size: 20px;
}
#navele a :hover
{
    transition: tranform .7s ease-in-out;
    transform: rotate(360deg);
    color: blueviolet;
}
#bg
{
    background-color:rgba(3, 3, 3, 0.466);
    width: 100%;
    height: auto;
    background-size: cover;
}
#tba
{

    display: none;
}
#featuredata li
{
padding-top: 10px;
font-weight: 700;
font-weight: bolder;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}


#abt
{
    
    width: 100%;
    height: auto;
    background-size: cover;
}
#contact
{
    background-image: url(conback.jpg);
    width: 100%;
    height: auto;
    background-size: cover;
}


@media screen and (max-width:600px) {
    #dis{
        display:none;
    }

#navbar
{
    width: 45%;
    height: 140px;
}
    #tba
    {
        padding-top: 20px;
        padding-left: 8vh;
        display: block;
    }
    #poster
    {
        margin-left: 4vh;
    }
    #poster1
    {
        margin-left: 3vh;
    }

    #train img 
{
    float: right;
}
}