* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

.hero {
    height: 200vh;
    width: 100%;
    background-color: #101010;
}

span {
    color: lightseagreen;
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1px 8% 0 8%;
}

.logo {
    color: white;
    font-size: 36px;
    letter-spacing: 1px;
    cursor: pointer;
}

nav ul li {
    display: inline-block;
    padding: 10px 5px;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s;

}

nav ul li a:hover {
    color: lightseagreen;
}

.content {
    padding-top: 0px;
}

.content .body {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-right: 50px;
    padding-left: 100px;
}

h1 {
    color: white;
    margin: 20px 0 20px;
    font-size: 48px;
}

h3 {
    color: white;
    margin: 20px 0 20px;
    font-size: 17px;
}

h3 a:hover {
    color: lightseagreen;
}

h3 a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s;
}

.hero2 {
    height: 20vh;
    width: 100%;
    background-color: #101010;
}

.hero3 {
    height: 20vh;
    width: 100%;
    background-color: #101010;
}

.hero4 {
    height: 20vh;
    width: 100%;
    background-color: #101010;
}

.hero5 {
    height: 20vh;
    width: 100%;
    background-color: #101010;
}

.hero6 {
    height: 20vh;
    width: 100%;
    background-color: #101010;
}

.hero7 {
    height: 20vh;
    width: 100%;
    background-color: #101010;
}

.hero8 {
    height: 20vh;
    width: 100%;
    background-color: #101010;
}

.showcase video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}