*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    
}
.homebox{
    width: 100%;
    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 {
    width: 200px;
    height: 80px;
}
nav .dvlogo{
    display: none;
}
nav .hamburger{
    display: none;
}
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: 0px 0px 0px 0px;
    /* padding: 20px; */
}
.content h1{
    font-size: 150px;
    color: white;
    font-weight: 600;
    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-top: 50;
}

.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;
    margin-top: 50;
}
.mainvideo{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.workhere{
    /*border: 2px solid red;*/
    margin: 150px 0px 0px 80px;
    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; */
}



