body{
    background-image:linear-gradient(to right, #434343 0%, black 100%);
}
#boss{
    width: calc(90%);
    height:max-content;
    background-color: white;
    justify-self: center;
    margin-top: 5%;
    border-top-left-radius:50px ;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}
#header{
    width:calc(100%);
    height: fit-content;
    background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
    background-image: url(https://i.ibb.co/MyLXShD6/image-1.png);
    display:flex;
    justify-content: space-evenly;
    align-items: center;
    /* border-top-left-radius:50px ;
    border-top-right-radius: 50px; */
    padding-bottom: 1%;
    position:sticky;
    top:0px;
}
#home{
    width: auto;
    height: 60px;
    cursor: pointer;
}
#aboutus{
    width: auto;
    height: 60px;
    cursor: pointer;
}
#contactus{
    width: auto;
    height: 60px;
    cursor: pointer;
}
#cart{
    width: auto;
    height: 60px;
    cursor: pointer;
}
#heading{
    width: max-content;
    height: max-content;
    background-image: linear-gradient(to right, #434343 0%, black 100%);
    display: none;
    align-items: center;
    padding: 0% 3%;
    border-radius: 50px;
}
#logo{
    width:auto;
    height: 100px;
    cursor: pointer;
}
#header img:hover + #heading{
    display: inline-flex;
}
#name{
    font-size: larger;
    color:white;
    margin-right: 10px;
}
#slogan{
    font-size: medium;
    font-weight: bolder;
    color: aliceblue;
    font-style: italic;
}
#about{
    text-align: center;
    display :block;
    padding-top: 10%;
}
#about h1{
    padding: 3%;
    text-decoration: underline;
    color:black;
}
#about h2{
    padding: 3%;
    color: #333333;
    font-weight: bolder;
}
#contact{
    padding-top: 7%;
    text-align: center;
    display:flexbox;
    justify-items: center;
}
#contact h1{
    padding: 3% 0px;
    text-decoration: underline;
    color:black;
}
#contact img{
    width: auto;
    height: 50px;
}
#contact h2{
    padding: 2% 0px;
    color: #333333;
    font-weight: bolder;
}
#footer{
    background-color: black;
    color: white;
    font-size: medium;
    width:calc(100%);
    height:50px;
    display:flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    padding-top: 2%;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}
#pbody{
    text-align: center;
    padding: 2% 2%;
    margin: 2% 2%;
    background-image: url(https://i.ibb.co/x8M2ZHsg/productimg.jpg);
    background-image: url(https://i.ibb.co/G19gPLg/productimg.png);
    background-attachment:fixed;
    background-size:contain;
    border-radius: 50px;
}
#pbody h1{
    font-size: 50px;
    color: darkblue;
}
#products{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    padding: 1% 1%;
}

/* Products start*/
.allproducts{
    width:48%;
    height: max-content;
    border: 2px solid #ccc;
    background:white;
    box-shadow: 20px 20px 30px #ccc;
    border-radius: 50px;
    margin-top: 3%;
}
.allproducts:hover{
    box-shadow: 20px 20px 30px #cce;
}
.allproducts img{
    width: 95%;
    padding: 2% 1%;
    border-radius: 50px;
}
.allproducts h2{
    color:darkcyan;
}
.allproducts h3{
    color:darkslategray;
    font-weight: bolder;
}
.allproducts h4{
    color:darkseagreen;
}
.allproducts button{
    background-image: linear-gradient(to left, #64b3f4, #c2e59c);
    border-radius: 50px;
    margin-bottom: 20px;
    cursor: pointer;
    border: none;
    width: max-content;
    height:max-content;
    padding:0% 2%;
    display:inline-flex;
    justify-content:center;
}
.allproducts button h3{
    color: white;
}
.allproducts button:hover{
    border-radius: 15px;
}
/* Products End */
#newhead{
    display: none;
}
#info{
    background-image: url(https://i.ibb.co/Q7qXnsK6/image.png);
    background-size:cover;
    background-attachment:scroll;
    border-radius: 50px;
    
}
@media only screen and (max-width:1000px){
    .allproducts{
        width: 90%;
        height: max-content;
        margin-top: 10%;
    }
    #products{
        justify-content: center;
    }
    #p6{
        margin-bottom: 10%;
    }
    #header{
        padding-top: 2%;
        padding-bottom: 2%;
    }
    #logo{
        width:auto;
        height: 100px;
    }
    #header img:hover + #heading{
        display: none;
    }
    #newhead{
        display: contents;
    }
    #name{
        color:#333333;
    }
    #slogan{
        color: #434343; 
        margin-bottom: 10%;
    }
}


/* 
background-image: url(https://downpic.cc/photos/shutter/Downpic.cc-770952964.jpg);
background-image: url(https://i.ibb.co/Q7qXnsK6/image.png);
background-image: url(https://i.ibb.co/MyLXShD6/image-1.png);
*/









