:root {
    --animate-duration: 800ms;
    --animate-delay: 0.9s;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.animate {
    animation-name: slideInBottom;
}

.navbar {
    background-color: #002060;
    color: white;
}

.nav-item {
    font-size: 1.2rem;
    margin-top: 20px;
}

.navbar-dark .navbar-nav .nav-item .nav-link .home ::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #ffffff;
    left: 0;
    bottom: -2px;
    transition: all 0.5s;
    pointer-events: none;

}

.drop {
    background-color: #002060;
    color: white;
    background: #002060;
}

.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    cursor: pointer;
}

.navbar-light .navbar-nav .nav-link:hover {
    font-weight: 600;
    color: rgb(255, 255, 255);
}

.home-content {
    font-size: 1.5rem;
    text-align: justify;
}

.home-content img {
    width: 600px;
}

.hyper-header {
    margin-bottom: 1rem;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 6rem;
}

.bar {
    background: black;
    width: 100%;
    height: 1px;
    margin-bottom: 2rem;
}

.hyper-content {
    font-size: 1.5rem;
    text-align: justify;
}

.hyper-content img {
    width: 600px;
}

.video-content {
    margin-top: 2rem;
    height: 10rem;
}

.label {
    border-style: dashed;

}

.img,
.para {
    transition: transform 0.5s ease-in 0.5s, opacity 1s ease-in 0.5s;
    transform: translateY(300px);
    opacity: 0;
}

.para {
    transition: transform 0.5s ease-in 0.5s, opacity 1s ease-in 0.5s;
    transform: translateY(300px);
    opacity: 0;
}

.span {
    content: '';
    height: 2px;
    width: 100%;
    background-color: #ffffff;
    bottom: 0;
}


table {
    font-size: 13px !important;
}

.txt-clr-red {
    color: red !important;
}

.txt-clr-grn {
    color: rgb(2, 127, 2) !important;
}

.txt-clr-blu {
    color: blue !important;
}

.txt-bold {
    font-weight: bold !important;
}

#result {
    position: absolute;
    width: 100%;
    max-width: 740px;
    cursor: pointer;
    overflow-y: auto;
    max-height: 200px;
    z-index: 1001;
    background-color: #ececec;
    font-size: medium;
    margin-top: 70px;
    margin-left: 230px;
}

.search{
    width: 870px;
    margin-right: 20px;
    margin-left: 210px;
}

.link-class{
    margin-left: 10px;
    margin-top: 10px;
    margin-top: 5px;
}

.link-class:hover {
    background-color: #f1f1f1;
    
}
.form-outline{
    display: flex;
}
#table-head,#table-body{
    text-transform: capitalize;
}
#data{
    text-align: center;
    color: blue;
    display: none;
}

.footer{
    background-color: #002060;
    margin-top: 100px;
}

