/* Navigation Container css */
*{
    margin:0;
    padding:0;
}

.nav_container {
    height:93px;  
    background-color:#92BEB5;  
    display:flex; 
    justify-content:space-between;
    align-items:center;
    box-shadow:(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.nav_list { 
    margin-right:10px;
}

.nav_tabitems {
    list-style: none;
    margin:0%;
    padding:0%;
    height:100%;
    justify-content: space-around;
    display:flex;
    padding-top:25px;
    line-height:30px;
    font-size:20px;
    text-align:center;
    display: none;
}

.logo_countainer{
    display:flex;
    align-items:center;
    padding:0px 0px 0px 10px;
}

.bar_menu{
    height:45px;
    width:50px;
}
  
.nav_cart{
    width:45px;
    height:25px;
}

.site_logo{
    width:90px;
    height:90px;
    padding-top:4px;
    filter: drop-shadow(2px 4px 4px rgba( 0, 0, 0, 0.25));
}

/* reponsive css for nav (media quaries) */
@media screen and (min-width:800px) {
    .nav_tabitems{
         display:flex;
    }

    .bar_menu{
         display:none;
    }   

    .nav_list{
         width:48%;
         height:80%;
    }
}

/* Banner Container */

.banner_image_container {
    width:50%;
    position:absolute;
    left:50%;
    height:455px;
}

.banner_container img{
    width:100%;
    height:100%;
    object-fit:cover;
    right:0;

}

.banner_container {
    position:relative;
    height:642px;
}

.banner_content{
    width:50%;
    position:absolute;
    top:16%;
    right:50%;
    padding:0.50px;
    text-align:center;
    color:#526673;
}

.shopnow_text{
    padding-top:20px;
    color:#92BEB5;
    text-align:center;
}

.shop_button{
   position:absolute;
   width:20%;
   height:60px;
   top:200px;
   right:65%;
   background-color:#526673;
   border-radius:20px;
   box-shadow:0px 4px 4px rgba(0, 0, 0, 0.25);
}

.content_backround{
    background-color: rgba(231, 215, 206, 0.7);
    width: 100%;
    height: 455px;
    object-fit: cover;
}

 

/* banner 2 */
.image2_container {
    width:50%;
    position:absolute;
    right:50%;
    height:355px;
}

.banner2 img{
    width:100%;
    height:100%;
    object-fit:cover;
}


.banner2_text{
    width:50%;
    position:absolute;
    top:550px;
    left:49%;
    padding:0.5px;
    text-align:center;
    color:#92BEB5;
    
}

.learn_text{
    padding-top:20px;
    color:#526673;
    text-align:center;
}

.learn_button{
   position:absolute;
   width:20%;
   height:60px;
   top:650px;
   left:65%;
   background-color:#E7D7CE;
   border-radius:20px;
   box-shadow:0px 4px 4px rgba(0, 0, 0, 0.25);
}

.content_backround2{
    background-color:#526673;
    height:355px;
    object-fit:cover;
}

/* reponsive css for banner (media quaries) */
@media screen and (max-width: 900px) {
    .banner_image_container{
        width:100%;
        position:unset;
        background-color:rgba(231, 215, 206, 0.7);
    }

    .banner_content{
        width:100%;
        position:unset;
        padding-top:20px;
    }


    .banner_heading{
        padding-bottom:10px;
    }

    .shop_button{
        width:50%;
        margin:auto;
        position:unset;
    }

    .shopnow_text{
        padding-top: 20px;
        width:100px;
        margin:auto;

    }

    .content_backround{
        width:100%;
        height:35%;
    }

    /* banner 2 */
    .image2_container{
        width:100%;
        position:unset;
        background-color:#526673;
        height:320px;
    }

    .banner2_content{
        width:100%;
        position:unset;
        padding-top:20px;
    }

    .banner2_text{
        top:1050px;
        width:100%;
        position:unset;
        margin:auto;
        padding-bottom:20px;
    }

    .learn_button{
        width:50%;
        margin:auto;
        position:unset;
    }

    .content_backround2{
        width:100%;
        height:35%;
    }
}

/* Card Container */

.card_container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(248px,1fr));
    gap: 40px;
    padding: 15px;
    border: 2px solid #92BEB5 ;
    background-color: #92BEB5;
}

.card_child1{
    height: 50%;
    object-fit: cover;
}

.card_child2{
    height: 50%;
    object-fit: cover;
}

.card_child3{
    height: 50%;
    object-fit: cover;
}

.card_title{
    text-align: center;
    padding: 20px;
    padding-top: 20%;
    background-color: #92BEB5;
}

.card_header{
    margin-bottom: 5%;
    color:#526673;
}

.header_paragraph{
    color:#526673;
}


.dogpic{
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.25); 
    border-radius: 20px;
}

.catpic{
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.25);  
    border-radius: 20px;
 
}

.otherpic{
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.25); 
    border-radius: 20px;
}

.dog_title{
 text-align: center;
 margin-top: 10px;
 margin-bottom: 2%;
 color:#526673;
}

.cat_title{
text-align: center;
margin-top: 10px;
margin-bottom: 2%;
color:#526673;
}


.othera_title{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 2%;
    color:#526673;
}

.dog_paragraph{
    text-align: center;
    padding-bottom: 5%;
    color:#526673;
}

.cat_paragraph{
    text-align: center;
    padding-bottom: 5%;
    color:#526673;
}

.other_paragraph{
    text-align: center;
    padding-bottom: 5%;
    color:#526673;
}

.dog_button{
    position: absolute;
    width:30%;
    height:60px;
    background-color:#526673;
    border-radius:20px;
    box-shadow:0px 4px 4px rgba(0, 0, 0, 0.25);
 }

 .dog_text{
    padding-top:20px;
    color:#E7D7CE;
    text-align:center;
}

.cat_button{
    position: absolute;
    width:30%;
    height:60px;
    background-color:#526673;
    border-radius:20px;
    box-shadow:0px 4px 4px rgba(0, 0, 0, 0.25);
 }

 .cat_text{
    padding-top:20px;
    color:#E7D7CE;
    text-align:center;
}

.other_button{
    position: absolute;
    width:30%;
    height:60px;
    background-color:#526673;
    border-radius:20px;
    box-shadow:0px 4px 4px rgba(0, 0, 0, 0.25);
 }

 .other_text{
    padding-top:20px;
    color:#E7D7CE;
    text-align:center;
}

@media screen and (max-width:900px) {

    .card_container{
        padding: 10px;
        row-gap: 240px;
        padding-bottom: 50%;
    }

    .card_child1{
        width: 100%;
        height: 100%;
    }

    .card_child2{
        width: 100%;
        height: 100%;
    }

    .card_child3{
        width: 100%;
        height: 100%;
    }

    .card_title{
    margin-top: 505px;
    }

}


@media screen and (max-width:559px) {

    .dog_button{
        width: 95%;
    }

    .cat_button{
        width: 95%;
    }

    .other_button{
        width: 95%;
    }
}

/* footer css */
.footer_container{
    height: 60vh;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
    gap: 20px;
    align-items: center;
    padding: 0,20px,0,20px;
    background-color: #92BEB5;
}

.footer_child{
    height: 70%;
}

.logo_image{
    width: 30%;
    padding-left: 35%;
}

.facebook_logo{
    width: 30px;
}

.instagram_logo{
    width: 40px ;
}

.footer_list{
    list-style: none;
}

.footer_list1{
    list-style: none;
}

.footer_header{
    display: flex;
    justify-content: center;
    color: #E7D7CE;
    margin-bottom: 20px

}
.footer_header2{
    display: flex;
    justify-content: center;
    color: #E7D7CE;
    margin-bottom: 20px
}
.footer_header3{
    display: flex;
    justify-content: center;
    color: #E7D7CE;
    margin-bottom: 20px
}

.footer_list1 li {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.footer_list li {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.social_icons{
    display: flex;
    justify-content: space-evenly;
    padding-top: 10%;
}

@media screen and (max-width: 768px) {

    .footer_container{
        height: 110vh;
        padding: 0%;
        gap: 5px;

    }

    .child_container{
        width: 100%;
        height: 100%;
    }
    
}