body{
    margin: 0;
    background-image: url(pngtree-lush-palm-leaves-a-glimpse-of-the-enchanting-jungle-s-dark-image_13802393.png);
    background-attachment: fixed;
    background-size: cover;
}
.first_div{
    width:80%;
    height:100%;
    background-color: rgb(7 61 11);
    border-radius: 20px;
    display:block;
    margin-left: auto;
    margin-right: auto;

}
.first_div:hover{ 
    width:80%;
    height:100%;
    background-color: rgb(0 0 0);
    border-radius: 30px;
    display:block;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 8px 8px 5px #194776;
    transition: 0.5s;
    cursor: pointer;
}
.video_div{
    width:80%;
    height:100%;
    display:block;
    margin-left: auto;
    margin-right: auto;
}
.navbar{
    width: 100%;
    height: 70px;
    background-color: rgb(0 157 255 / 56%);
    display:block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.nav_text{
    display: inline-block;
    color: #eaeaea;
    font-family: sans-serif;
    position:center;
}
.link{
    color: #000000;
    text-decoration: flex;
    font-size: 25px;
}
.search{
    display: inline-grid;
}
#nav_search{
    background-color: rgb(0 0 0);
    border:none;
    color:#dcd7d7;
    font-family: sans-serif;
    height:35px;
    width: 400px;
    border-radius: 10px;
    text-align: center;
}
.video1{
    width:100%;
    height:100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
}
.n0{
    background-color: #000000;
}
#submit{
    border-radius: 10px;
    border: none;
    height: 35px;
    width: 100px;
    background-color: rgb(255 255 255);
    color: black;
    cursor: pointer;
}
#referrer{
    background-color: rgb(255 255 255 / 0%);
    height: 30px;
    border: none;
    color: #fff8f8;
    cursor:pointer;
    font-size: 20px;
    cursor: pointer;
    transition: 1s;
    width: 150px;
}
#footer{
    background-color:rgb(0 0 0 / 87%);
    width: 100%;
    height:90%;
    font-family: sans-serif;
    text-align: center;
}
#footer_header{
    width: 100%;
    height: 50px;
    font-size: 50px;
    font-family: sans-serif;
    color: white;
    padding-top: 30px;
    text-align: center;
}
#description{
    text-align: center;
    font-family:cursive;
    color: white; 
    line-height: 1.5;  
}
#contact{
    padding: 30px;
}
.buttons{
    display:inline-block;
    width:40px;
    height:40px;
    border-radius: 50%;
    border:none;
    margin: 10px;
    background-color: rgb(54 255 54);
}
.buttons:hover{
    display:inline-block;
    width:40px;
    height:40px;
    border-radius: 50%;
    border:none;
    margin: 10px;
    background-color: rgb(239 239 239);
    transition:0.2s;
    cursor: pointer;
}
#second_sec{
    padding: 5px;
    font-family: sans-serif;
    text-align: center;
    font-size: 30px;
    color:white;
    padding-top: 40px;
}
#second_text{
    line-height: 1.5;
    color: white;
    padding: 35px;
   
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.main_buttons{
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: none;
    border-radius: 10px;
    padding: 10px;
    background-color: rgb(0 0 0);
    cursor: pointer;
    font-size: 25px;
}
.main_buttons:hover{
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: none;
    border-radius: 10px;
    padding: 10px;
    background-color: rgb(255 0 0 / 55%);
    cursor: pointer;
    transition: 0.5s;
    font-size: 25px;
    box-shadow: 8px 8px 5px #194776;
}
a{
    text-decoration: none;
    color: white;
}
#feedback{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width:25%;
    text-decoration: none;
    color: white;
    font-family: sans-serif;
    font-size: 20px;
    text-align:center;
}
.features{
    width: 70%;
    height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color:rgb(14 82 62);
    border-radius: 20px;
    padding: 30px;
} 
.features:hover{
    width: 70%;
    height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color:rgb(3 7 3);
    border-radius: 20px;
    padding: 30px;
    transition: 0.5s;
    cursor: pointer;
    box-shadow: 8px 8px 5px #194776;
}
#features_header{
    color:#ff9dab;
    font-size: 40px;
    font-family: sans-serif;
    padding-bottom: 20px;
}
.list{
    color: white;
    font-size: 20px;
    font-family: cursive;
}
#give_feedback{
    text-align:center;
}
