body, html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: white;
    height: 100vh;
    width: 100%;
    overflow-x: hidden;
}



nav {
    display: flex;
    justify-content: space-evenly;
    background-color: black;
    padding: 10px;
    justify-items: center;
    /* position: sticky; */
    top: 0;
}

.ama {
    justify-content: center;
    justify-items: center;
}

.a-img {
    height: 35px;
    width: 95px;
    justify-items: center;
}

.location {
    height: 35px;
    width: 45px;
}

.cart-logo {
    height: 30px;
    width: 30px;
}

.deliver {
    display: flex;
}

.pak {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.all {
    height: 40px;
    width: 40px;
    background-color: rgb(216, 215, 215);
    border: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.bar {
    display: flex;
}

.search {
    border: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 25em;
    height: 38px;
}

.lang {
    display: flex;
    align-items: center;
}

.flag {
    height: 25px;
    width: 30px;
}

.lan {
    height: 40px;
    width: 45px;
    background-color: black;
    border: 0;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: large;
}

.sign-in {
    display: flex;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
}

.lists {
    background-color: black;
    border: 0;
    color: white;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
}

.lists:hover {
    border: 1.5px solid white;
    cursor: pointer;
}

.orders {
    background-color: black;
    color: white;
    border: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.orders:hover {
    border: 1.5px solid white;
    cursor: pointer;
}

.butt {
    background-color: black;
    color: white;
    border: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.nav2 {
    background-color: rgb(73, 73, 78);
    display: flex;
    justify-content: left;
}

.links {
    display: flex;
    gap: 30px;
}

.links a {
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-decoration: none;
}

/* main content  */
.registery{
    height: 60vh;
    background-image: url('./images/pink.jpg');
   position: relative;
   bottom: 2em;
    
    justify-content: center;
    align-items: center;
}

   
    

 .reg{
    color: rgb(9, 9, 9);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: xx-large;
    align-items: center;
    text-align: center;
   align-items: center;
position: relative;
bottom: 1em;
padding:10px;
box-shadow: 2px 2px 6px black;
}
.gift{
    justify-content: center;
    color: black;
    justify-items: center;
    position: relative;
    bottom: 6em;
    font-family: Arial, Helvetica, sans-serif;
}
.list{
    justify-items: center;
    background-color: white;
    width: 100vh;
    padding-top: 10px;
    border-radius: 15px;
}
.list h2{
font-weight: bold;
}
.list p{
    margin: 0;
}
.list button{
    background-color: rgb(255, 200, 0);
    border-radius: 15px;
    padding: 7px;
    margin-top: 3em;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
}
.list button:hover{
    background-color:rgb(237, 187, 8);
    
    box-shadow: 2px 2px 6px black;
    color: white;
}

.find{
    display: flex;
    color: black;
    /* padding: 10px; */
    background-color: rgb(209, 210, 212);
    justify-content: center;
    align-items: center;
    

}
.find h2{
font-family: Arial, Helvetica, sans-serif;
margin-right: 10px;
}
.find input{
    height: 2em;

}
.find input:active{
    border: 1px solid rgb(53, 53, 253);
}
.find select{
    height: 2.5em;
    padding-left: 20px;
}
.find button{
    background-color: black;
    color: white;
    padding: 8px;
    margin-left: 30px;border-radius: 20px;

}
.find button:hover{
    background-color: white;
    color: black;
    border: 1px solid black;
}

.friends{
    display: flex;
    background-color: green;
   
    color: white;
    /* justify-content: space-evenly; */
}

.friends div{
    justify-items: center;
    margin-left: 5em;
}
.friends img{
    height: 10em;
   justify-items: left;
}
@media(max-width:768px){
    .friends img{
        display: none;
    }
}

.res-grid{
    display: grid;
grid-template-columns: auto auto auto;
justify-content: space-around;
gap: 15px;
padding-bottom: 20px;

}
.res-grid img{
    height:50px ;
    width: 50px;
}
.res-grid div{
    flex-direction: column;
    color: black;
    gap: 15px;
    justify-content: center;
    justify-items: center;
    border: 1px solid black;
    padding: 15px;
}


.back span{
    background-color:rgb(82, 77, 77);
    
    display: flex;
    justify-content: center;

}
.back a{
    color: white;
    /* text-align: center; */
    padding: 10px;
    text-decoration: none;
    font-size: large;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
}
.back span:hover{
background-color: rgb(156, 151, 151);

}

.links a:hover{
    text-decoration: underline;
}