/* 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%;
    }
}

/* about us title */
.about_us_title{
    color: #92BEB5;
    background-color: #526673;
    text-align: center;
    padding: 20px;
}

/* about banner 1 */

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

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

}

.about_banner_container1 {
    position:relative;
    height:455px;
}

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

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

.about_banner_heading1{
    padding-top: 10%;
    margin-left: 10px;
    margin-right: 10px;
}

.about_header1{
    padding-top: 5%;
}

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

    .about_banner_content1{
        width:100%;
        position:unset;
        padding-top:10px;
    }

    .about_header1{
        padding-top:1%;
    }


    .about_banner_heading1{
        padding-bottom:10px;
    }

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

    .about_banner_heading1{
        padding-top: 2%;
    }
    
}

/* about banner 2 */

.about_banner_image_container2 {
    width:50%;
    position:absolute;
    right:50%;
    height:455px;
}

.about_banner_container2 img{
    width:100%;
    height:100%;
    object-fit:cover;
    left:0;

}

.about_banner_container2 {
    position:relative;
    height:455px;
}

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

.about_content_backround2{
    background-color: #92BEB5;
    width: 100%;
    height: 455px;
    object-fit: cover;
}

.about_banner_heading2{
    padding-top: 10%;
    margin-left: 10px;
    margin-right: 10px;
}

.about_header2{
    padding-top: 5%;
}

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

    .about_banner_content2{
        width:100%;
        position:unset;
        padding-top:10px;
    }

    .about_header2{
        padding-top:1%;
    }


    .about_banner_heading2{
        padding-bottom:10px;
    }

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

    .about_banner_heading2{
        padding-top: 2%;
    }
    
}

/* about banner 3 */

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

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

}

.about_banner_container3 {
    position:relative;
    height:455px;
}

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

}

.about_content_backround3{
    background-color: #526673;
    width: 100%;
    height: 455px;
    object-fit: cover;
}

.about_banner_heading3{
    padding-top: 10%;
    margin-left: 10px;
    margin-right: 10px;
}

.about_header3{
    padding-top: 5%;
}

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

    .about_banner_content3{
        width:100%;
        position:unset;
        padding-top:10px;
    }

    .about_header3{
        padding-top:1%;
    }


    .about_banner_heading3{
        padding-bottom:10px;
    }

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

    .about_banner_heading3{
        padding-top: 2%;
    }
    
}

/* footer css */
.footer_container{
    height: 80vh;
    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%;
    }
    
}