*{
    margin:0;
    padding:0;
    font-family: "Roboto Mono", serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}
body , html{
    height: 100%;
    width: 100%;
}
.video-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1; /* Send the video behind the content */
}
#background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw; /* Full width of the viewport */
    height: 100vh; /* Full height of the viewport */
    object-fit: cover; /* Ensures the video covers the screen without distortion */
}

  

.logodiv{
    display: inline-block;
    position: absolute;
    top: -8vh;
    left: 10%;

}
.logo{
    margin-left: 145vh;
    width: 30vh;
    height: 30vh;
    
    transform: translateY(0px);
    animation: float 4s ease-out infinite;
}
@keyframes float{
    0%{transform: translateY(-10px);}
    50%{transform: translateY(0px);}
    100%{transform: translateY(-10px);}
}
.name{display:inline-block}
.namen{
    position: absolute;
    margin-top: 4vh;
    margin-left: 5vw;
    border-right: solid 2px black;
    width:30%;
    white-space: nowrap;
    overflow: hidden;
    animation: 
        typing 4s steps(40),
        cursor .4s step-end infinite alternate;
}
@keyframes cursor{
    50%{border-color: transparent;}
}
@keyframes typing{
    from{width: 0;}
}
.navbar{
    display: inline-block;
    padding:15px; 
    color: white;
    text-decoration: none;
}
.navigationbar{
    display: inline-block;
    margin-left: 30vw;
    margin-top: 10vh;
    position: relative;
    background-color: black;
    color: white;
    border-radius: 25px;
}



.conatiner{
    display: flex;
    position: relative;
    padding: 10px;
    border-radius: 25px;
    margin-top: 25vh;
    height :44vh;
    width : 70vw;
    margin-left: 15vw;
    border:solid 2px black;
    flex-wrap: wrap;
    justify-content: center;
}
.btn{
    background-color: black;
    color: white;
    margin:5vh;
    height: 6vh;
    width: 12vw;
    /* align-items: center;
    justify-content: center; */
    padding-top: 20px;
    border-radius: 25px;
    position: relative;
    padding-left: 5px;
    text-decoration: none;
    text-align: center;
}

.sem{
    font-size: 30px;
    font-weight: bold;
    display: block;
    position: absolute;
    margin-top: 15vh;
    margin-left: 35vw;
    border-right: solid 2px black;
    width:30%;
    white-space: nowrap;
    overflow: hidden;
    animation: 
        typing 4s steps(40),
        cursor .4s step-end infinite alternate;
}

.newcontributor{
    display: flex;
    flex-direction: column;
    position: absolute;
    margin-top: 35vh;
    margin-left: 35vw;    
    border: solid 2px black;
    height: 15vh;
    width: 30vw;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
}
.newcontributor a{
    text-decoration: none;
    padding: 10px;
    margin-top: 1vh;
    border-radius: 25px;
    background-color: black;
    color: white;
    font-size: large;
}
.newcontributor p{
    font-size: 20px;
    font-weight: bold;
    width:65%;
    border-right:solid 2px black;
    white-space: nowrap;
    overflow: hidden;
    animation: 
        typing 4s steps(40),
        cursor .4s step-end infinite alternate;
}


.navigationbarcontributor{
    display: block;
    margin-left: 30vw;
    margin-top:80vh;
    position: fixed;
    background-color: black;
    color: white;
    border-radius: 25px;
}
.navbarcontributor{
    display: inline-block;
    padding:15px; 
    color: white;
    text-decoration: none;
}

.abtus{
    display: inline-block;
}
.aboutus{
    font-weight: bold;
    position: absolute;
    margin-top: 18vh;
    font-size: large;
    margin-left: 37vw;
    border-right: solid 2px black;
    width:25%;
    white-space: nowrap;
    overflow: hidden;
    animation: 
        typing 4s steps(40),
        cursor .4s step-end infinite alternate;
}

.team{
    display:flex;
    flex-direction: column;
    position:absolute;
    margin-top: 27vh;
    margin-left: 40vw;
    
}
.team div{
    margin-bottom: 20px;
}

.info1{
    padding: 10px;
    border: solid 2px black;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    
}
.info1 h2 {
    position: relative;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
}

.info1 p {
    text-align: center;
    padding-top: 5px;
}
.info1 a{
    text-align: center;
    text-decoration: none;
    color: black;
    padding-top: 5px;
}
.info2{
    padding: 10px;
    border: solid 2px black;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;

}
.info2 h2 {
    text-align: center;
    padding-top: 10px;

}

.info2 p {
   text-align: center;
   padding-top: 5px;
}

.info2 a{
    text-align: center;
    text-decoration: none;
    color: black;
    padding-top: 5px;
}

.info3{
    padding: 10px;
    border: solid 2px black;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;

}
.info3 h2 {
    text-align: center;
    padding-top: 10px;
}

.info3 p {
    text-align: center;
    padding-top: 5px;
}

.info3 a{
    text-align: center;
    text-decoration: none;
    color: black;
    padding-top: 5px;
}

.hometext{
    position: absolute;
    margin-top: 17vh;
    margin-left: 34vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-wrapper{
    font-size: 40px;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider{
    height: 50px;
    padding-left: 15px;
    overflow: hidden;
}

.slider div{
    height: 50px;
    margin-bottom: 50px;
    padding: 2px 15px;
    text-align: center;
    box-sizing: border-box;
}

.text1{
    background-color: black;
    color: white; 
    animation: slide 5s linear infinite;
}
.text2{
    background-color: black;
    color: white; 
}.text3{
    background-color: black;
    color: white; 
}.text4{
    background-color: black;
    color: white; 
}

@keyframes slide{
    0%{margin-top: -300px;}
    5%{margin-top: -200px;}
    33%{margin-top: -200px;}
    38%{margin-top: -100px;}
    66%{margin-top: -100px;}
    71%{margin-top: 0px;}
    100%{margin-top: 0px;}
}

.description{
    display: flex;
    flex-direction: column;
    margin-top: 28vh;
    margin-left: 24vw;
    width: 60%;
}
.description h2{

    position:relative;
    left:7vw;

}

.description p{
    position: relative;
    margin-top: 3vh;
    text-align: center;
    margin-left: -10vw;
}

.navigationbarhome{
    display: block;
    margin-left: 0vw;
    margin-top: 70vh;
    position: fixed;
    background-color: black;
    color: white;
    border-radius: 25px;
}

.navbarhome{
    display: inline-block;
    padding:15px; 
    color: white;
    text-decoration: none;
}

.nh{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.getresourcesbutton{
    display: flex;
    flex-direction: column;
    position: absolute;
    margin-top: 15vh;
    margin-left: 40vw;    
    border: solid 2px black;
    height: 6vh;
    width: 19vw;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    background-color: black;
}
.getresourcesbutton a{
    text-decoration: none;
    color: blanchedalmond;
}

.banner{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.text-wrapper{
    margin-left: -56vw;
}
.box{
    font-size: 20px;
    font-weight: bold;
    opacity: 0;
    position: absolute;
    width: 900px;
    padding-top: 20px;
}
.b1{
    animation: ani1 30s infinite;
}

.b2{
    animation: ani2 30s infinite;
}

.b3{
    animation: ani3 30s infinite;
}

.b4{
    animation: ani4 30s infinite;
}

.b5{
    animation: ani5 30s infinite;
}

@keyframes ani1{
    0%{
        opacity: 0;
    }
    10%{
        opacity: 1;
    }
    20%{
        opacity: 0;
    }
}

@keyframes ani2{
    20%{
        opacity: 0;
    }
    30%{
        opacity: 1;
    }
    40%{
        opacity: 0;
    }
}

@keyframes ani3{
    40%{
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    60%{
        opacity: 0;
    }
}

@keyframes ani4{
    60%{
        opacity: 0;
    }
    70%{
        opacity: 1;
    }
    80%{
        opacity: 0;
    }
}
@keyframes ani5{
    80%{
        opacity: 0;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}

/* .back{
    position: absolute;
    margin-top: 2%;
    margin-left: 45%;
    border: solid 2px black;
    height: 40px;
    width: 13%;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    background-color: black;
}
.back a{
    text-decoration: none;
    color: blanchedalmond;
    margin-left: 20px;
    margin-top: 10px;
    position:absolute;
    z-index: 2;
} */

.sub{
    display: flex;
}
.sub p{
    position: absolute;
    margin-top: 14vh;
    margin-left: 28vw;
    font-size: larger;
    font-weight: bold;
    border-right: solid 2px black;
    width:17%;
    white-space: nowrap;
    overflow: hidden;
    animation: 
        typing 4s steps(40),
        cursor .4s step-end infinite alternate;
}

.backs1{
    display: flex;
    position: relative;
    margin-top: 8vh;
    margin-left: 47vw;
}
.backsem1{
    text-decoration: none;
    color: white;
    background-color: black;
    padding: 2vh;
    border-radius: 25px;

}

.subavil{
    display: inline-flex;
    position: relative;
    padding: 10px;
    border-radius: 25px;
    margin-top: 20vh;
    height :55vh;
    width : 50vw;
    margin-left: 25vw;
    border:solid 2px black;
    flex-direction: column;
    justify-content: center;
}

.subbtn{
    text-decoration: none;
    margin-left: 7vw;
    padding: 10px;
    color: #000;
}

/* Cursor Animation*/
.circle{
    position: absolute;
    height: 24px;
    width: 24px;
    border-radius: 24px;
    background-color: black;
    left: 0;
    top: 0;
}

.mq{
    display: none;
}

@media screen and (max-width: 890px){
    .body{
        display: none;
    }
    .mq{
        display: block;
        color: #000;
        z-index: 9999;
        position: absolute;
    }
    
}

