
@import url('https://fonts.googleapis.com/css2?family=Poppins&family=Sedan+SC&display=swap');
*{
    margin: 0;
    padding: 0;

    font-family: 'Poppins',sans-serif;
}

#navbar{
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
    padding: .5rem 5rem;
    box-shadow: 5px 5px 20px rgba(0, 0, 0,.5);
    background: black;
}

.navbar .navbar-brand{
    font-size: 25px;
    font-weight: 800;
    color: #29f700 !important;
}
#navbarSupportedContent{
    color: #fff;
    border-bottom: 2px solid transparent;
}
#navbarSupportedContent a:hover{ 
    border-bottom: 2px solid #29f700;
}

#navbarSupportedContent button{
    background: #29f700;
    width: 5rem;
    border-radius: 15px;
}



section{
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
#home{
    background: linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.8)),url(Images/pet5.avif);
    background-size: cover;
    background-position: center;
    flex-direction: column;
}
#home h1{
    font-size: 80px;
    color: white;
    letter-spacing: 2px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-shadow: 0px 1px 0px gray,0px 2px 0px gray,0px 3px 0px gray,0px 4px 0px gray,0px 5px 0px gray,0px 6px 0px gray,0px 7px 0px gray,0px 8px 0px gray;
}
#home p{
    font-size: 18px;
    color: #fff;
}
#home .input-group{
    height: 4opx;
    width:35%
}
.sigin{
    background: #29f700 !important; 
}
#About{
    background: #29f700;

}
#about h1{
    font-weight: 800;
    font-size: 50px;
    color: white;
}

#Categories-Dog{
    background: #e5e5e5;
}
#Categories-Dog h1{
    font-size: 40px;
    letter-spacing: 2px;
    font-weight: 500;
    padding: 20px;
}
.card{
    width: 250px;
    height: 300px;
    margin-bottom: 20px;
    background: #e5e5e5 !important; 
    border: none !important;
    box-shadow: 15px 20px 20px rgba(0, 0, 0,.3),
                inset 4px 4px 10px white;
    border-radius: 20px !important;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    transition: .2s; 
}
.card:hover{
    box-shadow: inset 15px 20px 20px rgba(0, 0, 0,.3),
                inset -4px -4px 10px white;
        transition: .2s; 
}
#Categories-Cat{
    background: #e5e5e5;
}
#Categories-Cat h1{
    margin-top: 100px;
    font-size: 40px;
    letter-spacing: 2px;
    font-weight: 500;
    padding: 20px;
}
#Categories-Birds{
    background: #e5e5e5;
}
#Categories-Birds h1{
    margin-top: 100px;
    font-size: 40px;
    letter-spacing: 2px;
    font-weight: 500;
    padding: 20px;
}
#Categories-Fishes{
    background: #e5e5e5;
}
#Categories-Fishes h1{
    margin-top: 100px;
    font-size: 40px;
    letter-spacing: 2px;
    font-weight: 500;
    padding: 20px;
}
#contact{
background: linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.8)),url(Images/contact.jpg);
    background-size: cover;
    background-position: center;
    flex-direction: column;
}
#contact .input-group{
    height:45px;
    width:40%
}