*
{

    margin: 0px;
    padding: 0px;
}
    
body
{

    height: 100vh;
    width: 100%;
    background-color: rgb(238, 233, 233);
    overflow-x: hidden;
}
    
.header
{

    width: 100%;
    height: 120px;
    background-color:#cf396cb5;
    display: flex;
    column-gap: 70px;
}
    
.logo{

    width: 10%;
    height: 120px;
    /*background-color: red;*/
    margin-inline-start: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
}
    
.logo-img
{

    margin-bottom: 7px;
    width: 90px;
    margin-left: 10px;
    margin-top: 15px;
}

.title
{

    width: 200%;
    height:120px;
    /* background-color: yellow; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    font-family: "Comic Neue", cursive;
    color: white;
    padding-top: 15px;
}
    
.search
{
    
    width: 60%;
    height: 120px;
    /* background-color: blue; */
    margin-left: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top:15px ;
    padding-right:40px ;
    position: relative;
    left: 80px;
}

.search>input
{
    width:fit-content ;
    height: 35px;
    border-radius: 20px;
    border: 1px solid black; 
    font-size: 15px;
    font-family: "Comic Neue", cursive;
    border: none;
    padding-left: 20px;
    margin-left: 90px;
}

.cart-home
{
    width: 7%;
    height: 120px;
     /* background-color :yellow;  */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    padding-left: 90px;
    /* font-size: 20px; */
}
    
#font
{
    /* height: 500px; */
    width: 30px;
    /* background-color: blue; */
    position: absolute;
    top: 11%;
    right: 10%;
    padding-left: 100px;
    font-size: 15px;

}

#font2
{
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 60px;
}

.nav
{
    width: 500%;
    height: 250px;
    background-color:rgb(223, 221, 221);  
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 10px;
    position: relative;
    /* transition: 1s; */
    right: 180%;
    margin-top: 10px;
    display: none;
    cursor: pointer;
}

#font:hover .nav
{
    display: flex;
    
}

#font:hover{

    cursor: pointer;
}

.home

{
    margin-right: 50px;
}

.cart
{
    /* margin-left: 50px; */
    margin-right: 75px;
    margin-top: 4px;
    /* font-size: 90px; */
    
}

.navigation
{
    /* flex-direction: row; */
    width: 100%;
    height: 500px;
     /* background-color: yellow;    */
    display: flex;
    column-gap: 200px;
}
    
.link
{
    text-decoration: none;
    font-size:16px;
    font-family: 'Segoe UI';
    font-weight: 600;
    color: #222121;
    padding-left: 10px;
    padding-bottom:5px; 
    /* transition: 2s; */
    width: 80%; 
    border-radius: 4px;
    row-gap: 20px;
    /* background-color: blue; */
    padding-top: 10px;
    padding-bottom: 10px;
}

.link:hover
{
     
    background-color:#cf396cb5;
    
    /* transform: scale(1.5); */
    /* padding-left: 10px; */
}

.main
{
    width: 100%;
    height: 400px;
    /* background-color: red;  */
    margin-top:20px ;
    overflow: hidden; 
    margin-right: 85px;
}

.slider
{
    height: 400px;
    width: 500%;
    /* background-color: pink;  */
    display: flex;
    animation-name: slider;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    /* animation-delay: 1s; */
    
}

.frames
{
    height: 400px;
    width: 20%;
    /* background-color: green;  */
    overflow: hidden;  
    margin-bottom: -20%;
    
}

@keyframes slider

{
      12.5%
    {
       margin-left: -100%;
    } 

    25%
    {
        margin-left: -100%;
    }

     37.5%
    {
        margin-left: -200%;
    } 
    50%
    {
        margin-left: -200%;
    }
     62.5%
    {
        margin-left: -300%;
    } 
    75%
    {
        margin-left: -300%;
    }
    100%{
       margin-left: -400%;
    } 
}


.frame-img    
{
    margin-top: -10%;
    margin-bottom: -15%;
    width: 100%;
    

}

.frame-img-1
{
    overflow: hidden;
    width: 100%;
    
    
}
.frame-img-2
{
    width: 100%;
}

.products
{
    
    width: 100%;
    /* background-color: red;  */
     
    

}
.title-product
{
    width: 100%;
    height: 80px;
    /* background-color: white; */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    font-family: 'Segoe UI';
    color:#222121 ;
}

.foods
{
    height: 400px;
    width: 100%;
    /* background-color: blue; */
    display: flex; 
    flex-direction: column;

    row-gap: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.foods>h1{

    font-size: 25px;
    font-weight: 100;
    font-family: "Comic Neue", cursive ;
    margin-left: 40px;
    
    
}

 .product-image
{
    height: 270px;
    width: 75%;
    background-color:white;   
    margin-left:20px ;
    margin-top: 2px;

} 


.food-image
{
    width: 100%;
    height: 190px;
    /* background-color: red; */
}

 .product-description
{
    padding-left: 10px;
    background-color:#cdc7c7; 
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    font-family: 'Segoe UI';
    height: 120px;
    margin-top: 0px;
    margin-bottom: 0px;
    /* width: fit-content; */

}

.btn
{
    width: fit-content;
    margin-top: 20px;
    padding: 6px;
    font-family:"Comic Neue", cursive ;
    border:none;
    cursor: pointer;
    margin-bottom: 20px;
    
    
}

.btn:hover{

    background-color:#cf396cb5 ;
}

.product
{
    width: 100%;
    height: 400px;
     /* background-color: yellow;  */
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    margin-bottom: 30px;
    position: relative;
    bottom:20px;
}

.food-image
{
    height: 150px;
    width: 85%;
    margin-left: 20px;
}

.food-image-edit
{
    width: 50%;
    height: 150px;
    padding-left: 50px;

}

.food-image-3
{
    width: 70%;
    height: 150px;
    padding-left: 30px;
     padding-top: 3px; 
}

.food-image-edit-1
{
    width: 70%;
    padding-left: 20px;
    height: 150px;
}

.bath-items{
    width: 100%;
    height:450px;
    /* background-color:
{ blue; */
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-top: 10px;
    
}

.bath-items>h1
{
    font-size: 25px;
    font-weight: 200;
    font-family:"Comic Neue", cursive ;
    margin-left: 40px; 
}

.bath-item{
    width: 100%;
    height: 350px;
     /* background-color: yellow;  */
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    margin-left: 20px;
    margin-bottom: 15px;
}

.bath-image
{
    width: 100%;
    height: 150px;
}

.bath-image-edit-1

{
    width: 69%;
    height:150px;
    padding-left: 40px;
}

.bath-image-edit-2

{
    height: 150px;
    width: 90%;
    padding-left: 10px;
}


.walking-product
{
     width: 100%;
     height: 400px;
     /* background-color: blue; */
}

.walking-product>h1{
    font-size: 25px;
    font-weight: 200;
    font-family:"Comic Neue", cursive ;
    margin-left: 40px; 
}

.walking-item
{
    width: 100%;
    height: 350px;
     /* background-color: yellow;   */
    display: flex;
    flex-direction: row;
    column-gap: 40px;
    margin-left: 20px;
    margin-top: 13px;
}

.walking-image
{
    width: 100%;
    height: 190px;
}

.walking-image-edit-2
{
    height: 150px;
    width: 80%;
    padding-left: 20px;
}

.walking-image-edit-1
{
    width: 80%;
    height: 150px;
    padding-left: 20px;
}

.walking-image-edit-3
{
    height: 150px;
    width: 75%;
    padding-left: 35px;
}

.walking-image-edit-4
{
    height: 150px;
    width: 80%;
    padding-left: 20px;
}

.walking-image-edit-5
{
    height: 150px;
    width: 75%;
    padding-left: 20px;
}



.collor
{
    height: 400px;
    width: 100%;
}

.collor>h1
{
    font-size: 25px;
    font-weight: 200;
    font-family:"Comic Neue", cursive ;
    margin-left: 40px; 
}

.collor-item
{
    width: 100%;
    height: 350px;
     /* background-color: yellow;   */
    display: flex;
    flex-direction: row;
    column-gap: 40px;
    margin-left: 20px;
    margin-top: 13px;
}

.collor-image-edit-3
{
    height: 150px;
    width: 70%;
    padding-left: 40px;
}

.collor-image-edit-4
{
    height: 150px;
    width: 70%;
    padding-left: 20px;
}

.collor-image-edit-5
{
    height: 150px;
    width: 95%;
    padding-left:2px;
    padding-right:2px ;
    
    /* background-color: white; */
    overflow: hidden;
}

.more 
{
    width: 5%;
    /* background-color: red;  */
    display: flex;
    align-items: center;
    font-size: 25px;
    cursor: pointer;
    margin-right:20px ;
    box-sizing: border-box;
    padding-right: 30px;
    
}

.dog-shelter
{
    width: 100%;
    height: 400px;
    /* background-color: yellow; */
    
}

.main-frame
{
    width: 105%;
    height: 300px;
    /* background-color: blue; */
    padding-top: 20px;
    padding-left: 30px;
    display: flex;
    flex-direction: row;
    column-gap: 60px;
    overflow: hidden;
    
}

.product-frame
{
    width: 14.8%;
    height: 300px;
    background-color: white;
}
    
.doghome
{
    width: 100%;
}

.shelter-description
{
    padding-left: 10px;
    background-color:#cdc7c7; 
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    font-family: 'Segoe UI';
    margin-top: 0px;
    margin-bottom: 0px;
}
    
.doghome-2
{
    width: 100%;
    height: 177px;
    
    
}

.doghome-3
{
    width: 96%;
    height: 177px;
    padding-left: 7px;

}

.more-home
{
    width: 6%;
    /* background-color: red;  */
    display: flex;
    align-items: center;
    font-size: 25px;
    cursor: pointer;
    margin-right:20px ;
    box-sizing: border-box;
    padding-right:50px;
    padding-left:50px;
    /* position: relative;
    right: 50px; */
}
    
#more
{
    position: relative;
    right: 60px;
}

.dog-shelter>h1
{
    font-size: 25px;
    font-weight: 100;
    font-family: "Comic Neue", cursive ;
    margin-left: 40px;
}

.information
{
    width: 100%;
    height: 300px;
    background-color:#cf396cb5;
}

.line
{
    border: 1px solid black;
    height: 250px;
    position: absolute;
    left: 50%;
    margin-top: 25px;
    margin-bottom: 200px;
}
    
.address
{
    width: 30%;
    /* background-color: white; */
    height: auto;
    position: relative;
    top: 25%;
    left: 10%;
    
    
}
.address>h3
{
    font-family: 'Segoe UI';
    font-size: 20px;
    color: #222121;
    font-weight: 350;
}

.our-address
{
    margin-top: 20px;
    font-family:"Comic Neue", cursive ;
}
    
.fa-solid 
{
    font-size: 12px;
    letter-spacing: 2px;
}
.socialpages
{
    height: 150px;
    width: 30%;
    /* background-color: white; */
    position: relative;
    left: 60%;
    bottom: 20%;
}
    
ul{
    list-style-type: none;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    column-gap: 10px;
}

ul>li
{
    font-family: "Comic Neue", cursive;
    margin-top: 6px;
}

.socialpages>h3
{
    font-family: 'Segoe UI';
    color: #222121;
    font-weight: 350;
}

li>a
{
    text-decoration: none;
    color: black;
}

li>a:hover
{
    color: white;
}

 @media (max-width:576px)

{
    .header
    {
        width: 200%;
    }
    .logo
    {
        height: 60px;
        margin-top: 30px;

    }

    .logo-img
    {
        height: 60px;
    }

    .title>h1
    {
        width: 100%;
        height: 30px;
        margin-top: 20px;
        display: flex;
    }
    .title
    {
        width: 40%;
        height: 0px;

    }
} 
 











    

