*{
    padding: 0;
    margin: 0;

}
html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Open Sans', sans-serif;
     height: 600vh;
    font-family: 'Prompt', sans-serif;
    background-color: rgb(228, 227, 227);
    scroll-behavior:smooth;
    width: 98%;
    

}
b{
    color: #fdca00;
    font-size: 26px;
    margin-left: 10px;
    border: 3px solid rgb(252, 250, 250);
    text-shadow: rgb(48, 47, 47) 1px 1px 10px ;
}
b:hover{
    color: #fdca00;
    background-color: transparent;
}

li a{
    text-decoration: none;
    list-style-type: none;
    color: white;
    padding: 16px;
    margin-left: 20px;



}
 ul li{
    display: inline-block;
    text-align: left;
    padding: 15px;

}
.nav{
    background-color: rgba(0, 0, 0, 0.637);
    position: fixed;
    width: 100%;
    font-size: 16px;
    z-index: 2;
    
}
 a:hover{
    background-color: #fdca00;
    border-radius: 20px;
    color: black;
    box-shadow: 2px 2px 10px;

}
.header{
    padding-top: 90px;
    display: flex;
    height: 600px;


}
.text{
    display: flex;
    z-index: 1;
    width: 600px;
    height: 320px;
    flex-flow: column;
    background-color: #fdca00;
    position: absolute;
    margin-top: 0px;
    padding: 20px;
    box-shadow: rgba(48, 47, 47, 0.678) 0px 0px 30px;

}
.text2, .text3 ,.text4{
    display: flex;
    z-index: 1;
    width: 560px;
    height: 420px;
    flex-flow: column;
    background-color: #fdca00;
    color: black;
    position: absolute;
    margin-top: 0px;
    margin-left: 825px;
    padding: 20px;
    box-shadow: rgba(48, 47, 47, 0.678) 0px 0px 30px;

}

.text3 {
    margin-top: 195px;
    height: 400px;
}
.text4 {
    box-shadow: black 1px 1px 10px;
    background-color: black;
    color: white;
    height: 430px;
    margin-top: 147px;
    z-index: 2;
}

.text4 h1{
    color: white;
    

}
.text5{
    display: flex;
    position: relative;
    float: left;
    height: 400px;
    width: 500px;
    padding: 30px 30px;
    flex-direction: row;
}

.text5 b{

    font-size: 22px;
    border: none;
    margin: 0px;
    text-decoration: underline;
}
h1{
    display: flex;

    font-family: 'Playball', cursive;
    font-size: 80px;
    color: black;
    padding: 21px 40px;
}
h2{
    display: flex;
    text-shadow: rgb(22, 22, 22) 0px 3px 6px;
    margin-top: 130px;
    margin-left: 70px;
    font-size: 150px;
    color: #fdca00;
    text-decoration:underline;
   

}

.text2 h1{
    color: black;
}

p{
    padding: 0px 40px;
}
.img{
position: relative;
margin-top: 92px;
margin-left: 550px;
box-shadow: black 75px 75px 0px -13px;
background-size: cover;
border: 4px solid #fdca00;
}
.img2{
position: relative;
margin-top: 92px;
margin-left: 75px;
box-shadow: black -75px 75px 0px -13px;

background-size: cover;
border: 4px solid #fdca00;
}

.mid{

    width: 102%;
    height: 500px;
    margin-top: 120px;
    background-image: url(Zebra_Print.png);
    background-size: cover;
    box-shadow: black 1px 1px 10px ;

    
}

.collage{
    display: flex;
    flex-direction: row;
}

.mini1 , .mini2,.mini3,.mini4{
    display: inline-block;
    width: 300px;
    height: 300px;
    margin-top: 100px;
    margin-left: 18px;
    background-color: black;
    box-shadow: black 1px 1px 10px;
    border: 4px solid #fdca00;
}

.mini1{
    background-image: url(baboon.jpg);
    background-size: cover;
    
}
.mini2{
    background-image: url(dear.jpg);
    background-size: cover;
    padding-right: 50px;

}
.mini3{
    background-image: url(leapord\ face.jpg);
    background-size: cover;
}
.mini4{
    background-image: url(fox.jpg);
    background-size: cover;
    padding-left: 40px;
}

.mid2{
    display: flex;
    height: 600px;
    width: 98%;
    background-color: black;
    margin-top: 160px;
    align-items: center;
   
}
.elephant{
    width: 50%;
    height: 450px;
    margin-bottom: 350px;
    position: relative;
    background-size: cover;
    box-shadow: #0e0e0e 75px 75px 0px -13px;
    border: 4px solid #fdca00;
    background-image: url(elephantgr.jpg);
}
.bird{
    position:absolute;
    width: 450px;
    height: 650px;
    background-image: url(birdpotrait.jpg);
    background-size: cover;
    float: left;
    z-index: 1;
    margin-top: 950px;
    border: 4px solid #fdca00;
}

.birds{
    margin-top: 200px;
    position: relative;
    width: 102%;
    height: 550px;
    background-image: url(feathers.png);
    background-size: cover;
    box-shadow: black 1px 1px 10px ;
}

.eagle{
    height: 380px;
    position: absolute;
    width: 500px;
    background-image: url(eagle.jpg);
    background-size: cover;
    border: 4px solid #fdca00;
    margin-top: -127px;
    padding-right: 50px;
    margin-left: 480px;
    z-index: 1;
    
}

.contact{
    margin-top: 130px;
    position: relative;
    width: 102%;
    height: 570px;
    
    background-color: black;
    background-size: cover;
   
    
    /* box-shadow: black 1px 1px 10px ; */

}
.lio{

    height: 430px;
    position: relative;
    width: 700px;
    background-image: url(lio.jpg);
    background-size: cover;
    border: 4px solid #fdca00;
    margin-right: 20px;
    margin-top: 70px;
    padding-right: 30px;
    float: right;
    z-index: 1;
    
}

.feeback {
    display: flex;
    height: 750px;
    width: 80%;
    background-image: url(leavesback.jpg);
    background-size: cover;
    margin: 60px 6px;
    position: relative;
    color: white;
    align-items: center;
    box-shadow: black 0px 0px 30px;
    padding-left: 288px;
    padding-bottom: 20px;
    border: 4px solid #fdca00;
}
form {
    padding: 0px 90px;
}
label{
    font-size: 22px;
}
input{
    padding: 12px 100px;
margin: 13px 35px;
font-family: 'Prompt', sans-serif;
background: transparent;
color: white;
border: 2px solid white;

}
input:hover{
    box-shadow: white 0px 0px 30px;
    /* background: white; */
    /* color: black; */
}

textarea{
    padding: 20px 20px;
    font-family: 'Prompt', sans-serif;
    background: transparent;
    color: white;
border: 2px solid white;



}
textarea:hover{
    box-shadow: white 0px 0px 30px;
    
}
.btn{
    background-color: #fdca00;
    padding: 14px 35px;
    font-size: 16px;
    color: black;
    margin-left: 510px;
}
.btn:hover{
    background-color: rgb(59, 104, 14);
    color: white;

}
.btn:active{
    background-color: rgb(187, 8, 8);
    color: white;
}

footer{
    display: flex;
    background-color: #070707;
    height: 200px;
    width: 79%;
    margin-bottom: 30px;
    color: white;
    padding-left: 320px;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
    
    

}

.social{
    filter: invert();
    margin-left: 300px;
}
