* {
    margin: 0;
    padding: 0;
}

.opening-video {
    width: 100%;
    height: 100%;
}

body {
    background-color: rgb(255, 255, 255);
    padding: 0;
    margin: 0;
}

.navagation-bar {
    position: fixed;
    background-color: rgb(35, 30, 29);
    z-index: 2;
    width: 100%;
    height: 80px;
}

.company-name {
    display: inline-block;
    margin-top: 18px;
    margin-left: 21px;
    width: 60px;
    position: absolute;
    text-align: center;
    font-family: "Orbitron", sans-serif;
    color:rgb(255, 255, 255);
    font-size: 30px;
}

.the-logo {
    z-index: 3;
    display: inline-block;
    position: absolute;
}

#words {
    z-index: 3;
    display: inline-block;
    position: absolute;
    margin-left: 56%;
    margin-top: 20%;
    height: 500px;
    width: 700px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.436);
}

#innerwords {
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 100px;
    color: white;
}

#explainwords {
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    color: white;
    line-height: 30px;
}

#coming-soon {
    z-index: 3;
    display: inline-block;
    position: absolute;
    margin-left: 10px;
    margin-top: 10px;
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: italic;
    font-size: 100px;
    color: white;
}

.logo {
    margin-top: 9px;
    margin-left: 9px;
    width: 60px;
    height: 60px;
    border-radius: 5px;
}

.toolbar {
    display: inline-block;
    position: absolute;
    margin-left: 520px;
    margin-top: 1px;
}

.tool {
    color: aliceblue;
    display: inline-block;
    font-family: "Exo 2", sans-serif;
    font-size: 20px;
    margin-left: 50px;
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: 20px;
    padding-right: 20px;
}

.tool:hover {
    background-color: rgb(78, 78, 78);
}

.tool:active {
    background-color: rgb(98, 98, 98);
}

.Sign-In {
    font-family: "Exo 2", sans-serif;
    color: white;
    font-size: 20px;
    background-color: rgb(189, 76, 0);
    width: 150px;
    height: 50px;
    border: none;
    border-radius: 100px;
}

.Sign-In:hover {
    background-color: rgb(182, 110, 62);
    cursor: pointer;
}

.Sign-In:active {
    background-color: rgb(255, 255, 255);
    color: rgb(189, 76, 0);
}

.Sign-In-Div {
    color: aliceblue;
    display: inline-block;
    font-family: "Exo 2", sans-serif;
    font-size: 20px;
    margin-left: 75px;
    margin-top: 14px;
}

#video-element {
    z-index: -1;
    position: absolute;
    object-fit: cover;
}

#subtitle {
    display: inline-block;
    z-index: 1;
    position: absolute;
    color: rgb(232, 255, 148);
    font-family: "Ultra", serif;
    font-weight: 500;
    font-size: 50px;
    font-style: normal;
    text-align: left;
    margin-top: 210px;
    margin-left: 75px;
    width: 1000px;
}

#title {
    display: inline-block;
    z-index: 1;
    position: absolute;
    color: rgb(246, 255, 212);
    font-family: "Ultra", serif;
    font-weight: 550;
    font-size: 100px;
    font-style: normal;
    text-align: left;
    margin-top: 100px;
    margin-left: 75px;
    width: 1200px;
}

#shading {
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 0;
    position: absolute;
    display: block;
    top: 0px;
}

