  *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

nav{
    position: fixed;
    top: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

body {
    /* font-family: sans-serif !important; */
}

.intro {
    height: 100vh;
}

.intro video{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.imageArea h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 70px;
    color: #f5f7ec;
}

section{    
    height: 100vh;
    overflow: hidden;
    color: rgb(255, 255, 255);
    background-image: linear-gradient(to bottom right, #040e1e, #162233 , #03070f, #19202e );
    transition: all 0.4s ease;
    inset: 0 !important;
    border-radius: 1rem;
    width: 80% !important;
}

div {
    width: 100% !important;
}

#section1.hover{
    height: 88vh;
    color: rgb(255, 255, 255);
    transition: all 0.4s ease;
    border-radius: 2rem;
    margin-top: 10vh !important;
    width: 98% !important;
    overflow-y: hidden;
}

#section2.hover{
    height: 88vh;
    color: rgb(255, 255, 255);
    transition: all 0.4s ease;
    border-radius: 2rem;
    margin-top: 10vh !important;
    width: 98% !important;
}

section h1 {
    padding-top: 300px;
    text-align: center;
    font-size: 80px;
}

.imageArea img{
    height: 100vh;
    object-fit: cover;
}

span{
    opacity: 0;
    transition: all 0.4s ease;
    transform: translateY(50px);
    display: inline-block;
}

span.cfade{
    opacity: 1;
    transform: translateY(0px);
}

.box{
    margin: 10px 0 10px 0;
}