#divNav:hover #nav {
    /* background-color: rgb(19, 134, 27); */
}

.progress-container {
    display: none;
}
#video_container{
    padding-left: 0px;
    padding-right: 0px;
}
#video {
    position: relative;
    top: -60px;
    width: 100%;
    height: 100vh;
    --bs-gutter-x: 0;
}

#bg {
    width: 100%;
    height: 100%;
}

#nav {
    height: 5rem;
    background-color: rgba(240, 248, 255, 0);
}

#navbarSupportedContent {
    position: relative;
    top: 0rem
}

#logosvg {
    width: 200px;
    position: relative;
    top: 0.7rem
}

#nav-brand {
    width: 200px
}

.navbar-nav .nav-item .nav-link {
    color: rgb(255, 255, 255);
}

#slogan {
    z-index: 200;
    color: #fff;
    position: absolute;
    top: 70vh;
    font-size: 25px;
    width:80%
}

#index_content{
    position:relative;
    top:50px;
    /* bottom:40px; */
}

#problem {
    font-size:20px;
    margin-top:18px;
    color:rgb(19, 134, 27);
    font-weight:500;
}

#problem_head{
    color:rgb(19, 134, 27);
    font-weight: 700;
}

#problem span{
    font-weight:700;
    font-size:30px;
}

#index_text span{
    font-weight:700;
    font-size:30px;
    color:green;
}

#index_text{
    font-size:20px
}

#index_pic_1{
    /* height:599.7px; */
    width:100%;
    margin-bottom:30px
}

#index_pic_1 img{
    width:100%;
}

#footers{
    position:relative;
    top:-80px
}
body{
    height:100px
}