@media (min-width: 300px) and (max-width: 959px) {
    *{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        
    }
    .homebox{
        width: 100vw;
        height: 100vh;
        background-image: linear-gradient(rgba(12,3,4,0.4),rgba(21,3,4,0.1));
        position: relative;
        padding: 0 5%;
        /* display: flex; */
        /* align-items: center; */
        /* justify-content: center; */
        /* border: 2px solid red; */
    }
    nav{
        width: 100%;
        /* position: absolute; */
        top: 0;
        left: 0;
        padding: 20px 8%;
        /* display: flex; */
        /* align-items: center; */
        /* justify-content: space-between; */
    }
    nav .logo {
        /* border: 2px solid red; */
        width: 250px;
        height: 100px;
        margin-left: 30px;
    }
    nav .dvlogo{
        display: none;
    }
    nav .hamburger{
        display: none;
    }


    nav ul{
        display: none;
        border: 2px solid red;
        margin: 10px 10px 10px 10px;

    }
    nav ul li{
        /* list-style: none; */
        /* display: inline-block; */
        margin-left: 40px;
    }
    nav ul li a{
        text-decoration: none;
        color: antiquewhite;
        font-size: 25px;
    }
    .content{
        /* border: 2px solid red; */
        text-align: center;
        margin: 120px 0px 0px 0px;
    }
    .content h1{
        font-size: 50px;
        color: white;
        font-weight: 500;
        transition: 0.3s;
        margin: 20px;
    }
    .content h1:hover{
        -webkit-text-stroke: 2px white;
        color: rgba(240, 248, 255, 0);
    }
    
    .content a{
        text-decoration: none;
        display: inline-block;
        color: white;
        font-size: 24px;
        border: 2px solid white;
        padding: 14px 70px;
        border-radius: 50px;
        margin: 10px;
    }
    
    .content a:hover{
        text-decoration: none;
        display: inline-block;
        color: rgb(3, 3, 3);
        background-color: antiquewhite;
        font-size: 24px;
        border: 2px solid white;
        padding: 14px 70px;
        border-radius: 50px;
    }
    .mainvideo{
        position:absolute;
        object-fit: cover;
        z-index:-1;
        top:0;
        left:0;
        width:100%; 
        height:100vh;
    }
    .workhere{
        margin:170px 0px 0px 141px;
        padding: 0;
        width: 1400px;
        height: 640px;
        display: flex;
    }
    .edithere{
        margin: 10px;
    }
    .edithere iframe{
        width: 430px;
        height: 350px;
        border-radius: 20px;
    }
    
    footer {
        background: #505153;
        color: #fff;
        text-align: center;
        padding: 1em 0;
      }
    .section {
        padding: 2em;
        text-align: center;
      }
    .aboutus{
        margin: 500px 10px 460px 10px;
        /* border: 2px solid red;  */
         padding: 20px; 
        color: aliceblue;
        text-shadow: 2px 2px 5px #000000;
    }
    .discription{
        margin: 20px;
        padding: 20px;
    }
    .discription h1{
    
        font-size: 70px;
    }
    .discription p{
    
        font-size: 20px;
    }
    .foot{
        background-color: #f7f7f75e;
        /* border: 2px solid red; */
    }
    
}
