/*header start*/
.nav-bar{
    background-color: unset;
    color: white;
}

.header{
    border-bottom: 1px solid white;
}

.nav-bar a{
    color: white;
    font-weight: bold;
}
#navbar_top.scrolled {
    background-color: black;
    transition: background-color 200ms linear;
  }

#navbar_top{
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
/*header end*/

/*banner */
.banner{
    text-align: center;   
}
.banner h1{
    font-weight: bold;
    font-size: 24px;
    position: relative;
    top: 230px;
    color: white;
}

.banner a{
    color: rgb(183, 247, 225);
    position: relative;
    top: 230px;
}

.banner span{
    color: white;
    font-weight: lighter;
    position: relative;
    top: 230px;
}
/*banner section start*/

/*contact form start*/
.contact-form{
    padding-top: 100px;
}

.contact-form h1{
    color: #151515;
    font-weight: bold;
    font-size: 35px;
    text-transform: uppercase;
}

.contact-form p{
    color: #292f35;;
    padding-bottom: 20px;
    font-size: 20px;
}

.details{
    padding-left: 15px;
    border-left: 5px solid black;
    margin-top: 30px;
}

.contact-form h6{
    color: #292f35;
    font-weight: bold;
    margin-top: 35px;
}

.contact-form span{
    font-weight: lighter;
    margin-top: 15px;
    font-size: 20px;
}

form{
    margin-top: 35px;
}
.contact-form input{
    width: 100%;
    border: 0px;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.2);
    height: 1.5cm;
    padding-left: 15px;
}

.contact-form textarea{
    margin-top: 15px;
    border: 0px;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.2);;
    width: 100%;
    padding-left: 15px;
    padding-top: 15px;
}
/*contact Form End*/

/*wildlife start*/
.wildlife h1{
    padding-top: 150px;
    color: #151515;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 35px;
}

.wildlife p{
    color: gray;
    padding-top: 15px;
    font-size: 20px;
}

.wildlife li{
    padding-top: 15px;
    color: gray;
}
/*sight header start*/
.footer{
    margin-top: 200px;
    background:#1e2227;
}

.footer img{
    position: relative;
    transform: translateY(-80px);
}

.footer h2{
    color: white;
    font-weight: bold;
    font-size: 35px;
    padding-top: 80px;
    padding-left: 30px;
    text-transform: uppercase;
}

.footer h6{
    color: rgb(157, 248, 218);
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4444;
    padding-top: 15px;
    padding-left: 30px;
}

.footer input{
    color: white;
    background-color: unset;
    border: 0px;
    border-bottom: 1px solid white;
    height: 1.5cm;
    margin-left: 30px;
    margin-top: 15px;
    width: 100%;
}

.footer button{
    background-color: rgb(157, 248, 218);
    size: 15px;
    border-radius: 50%;
    border: 0px;
    position: relative;
    right: -550px;
    top: -27px;
}

.footer a{
    color: white;
}

.final-logo{
    position: relative;
    bottom: -80px;
    padding-left: 170px;
}

.footer span{
    color: gray;
    font-size: 14px;
}

.social-media{
    padding-right: 30px;
    color: white;
}

.social-media i{
    padding-right: 10px;
}
/*sight footer end*/