*{
    margin: 0px;
    padding: 0px;
}
.header{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.6),rgba(4,9,30,0.6)),url(./animal2.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}
nav img{
    width: 150px;
}
.nav-link{
    flex: 1;
    text-align: right;
}
.nav-link ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}
.nav-link ul li a{
    color: #fff;
    text-decoration: none;
    font-size:25px;
}
.nav-link ul li::after {
    content: '';
    width: 0%;
    height: 2px;
    background: #f44336;
    display: block;
    transition: 0.5s;
}

.nav-link ul li:hover::after {
    width: 100%;
}
.text-bar{
  width:90%;
  color:#fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  font-size: 25px;

}
.text-bar h1{
    font-size: 62px;
}
.text-bar p{
    font-size: 24px;
     margin: 10px 0 40px;
}
.btn1{
    display: inline-block;
    text-decoration: none;
    color: #3bd698;
    border: 1px solid white;
    font-size: 20px;
    background: transparent;
    position: relative;
    cursor: pointer;
    padding: 12px;
}
.btn1:hover{
    border: 1px solid #f44336;
    background: #f44336;
    transition: 1s;
    font-weight: bold;
}
/* nav .fa{
    display: none;
} */
nav .fa-solid{
    display: none;
}
@media(max-width:700px){
    .text-bar h1{
        font-size: 20px;
    }
    .nav-link ul li{
        display: block;
    }
    .nav-link{
        position: absolute;
        background: #f44336;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }
    nav .fa-solid{
        display: block;
        color: #fff;
        margin: 10px;
        font-size: 30px;
        cursor: pointer;
    }
}
.nav-link ul{
    padding: 30px;
}

 /* home ke liye css */
 .home{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
 }
 .home h1{
    font-size: 36px;
    font-weight: 600;
 }
.home p{
    color: #3bd698;
    font-size: 20px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}
.aditya{
    font-size: 20px;

}
.aman h1{
    text-align: center;
    justify-content: center;
    font-size: 30px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

    color: rgba(11, 14, 13, 0.847);
}