* {
    margin: 0px;
    padding: 0px;
}

body {
    background-color: rgb(202, 168, 113);
}

/*navbar, start here*/
header {
    background-color: rgb(58, 12, 12);
    color: aliceblue;
}

.logo {
    margin: 10px;
    color: rgb(225, 31, 31);
}

header nav {
    display: inline-flex;
}

header nav ul li {
    display: inline-flex;
}

header nav ul li a {
    text-decoration: none;
    color: aliceblue;
    padding: 10px;
}

/*it is main background image, named wallpaper*/
.wallpaper {
    width: 100%;

}

.pet-text {
    background-image: url(group.avif);
    text-align: center;
    background-repeat: no-repeat;
}

/*main start here*/
.cat-info {
    width: 50%;
    color: aliceblue;
    margin: 10px;
    display: inline-flex;
}

@media screen and (max-width:480px) {
    .cat-info {
        width: 90%;
        color: rgb(38, 132, 214);
    }

    .cat {
        display: block;
        border-radius: 50%;
    }
}

.cat {
    display: flex;
    float: right;
    margin: 10px;
    border-radius: 50% 40%;
}

.title {
    margin: 10px;
}

.hr {
    margin-top: 40px;
}

.dog-info {
    width: 50%;
    color: aliceblue;
    margin: 10px;
    display: inline-flex;
}

/* BUY NOW! universal button*/
.buynow {
    padding: 5px;
    display: block;
    margin: 30px;
}

/* ............ */
.dog-image {
    display: flex;
    float: right;
    margin: 10px;
    border-radius: 50% 40%;
}

/*parrot information*/
.parrot-info {
    width: 50%;
    color: aliceblue;
    margin: 10px;
    display: inline-flex;
}

.parrot-image {
    display: flex;
    float: right;
    margin: 10px;
    border-radius: 50% 40%;
}

.hr1 {
    margin-top: 150px;
}

/* ..............................................................................*/
footer {
    background-color: rgb(58, 12, 12);
    ;
}

.foot {
    background-color: rgb(58, 12, 12);
    width: 100%;
    height: 70px;
}

.ft {
    color: aliceblue;
    text-align: center;
}

.ft a {
    text-decoration: none;
    font-weight: bolder;
    color: rgb(239, 171, 70);
}

/* home page end here  */

/*shop now page stylesheet start here*/
.container {

}

.box {
    width: 100px;
    height: 250px;
    border-radius: 30px;
    background-color: rgb(58, 12, 12);
    color: aliceblue;
    display: inline-flex;
    padding: 20px;
    justify-content: center;
    align-items: end;
}
.foot-shop{
    margin-top: 0%;
}