@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@media screen and (max-width: 768px){
    html,body{
        width: 100%;
        overflow-x: hidden;
    }
}
*{
    margin: 0;
    padding: 0;
    margin-left: 0;
    box-sizing: border-box;
    font-family:'poppins', sans-serif;
    background-size: cover;
}

#navbar{
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
    padding: .5rem rem;
    box-shadow: 1px 1px 5px rgba(0,0,0,.5);
    background:white
}
.navbar .navbar-brand{  
    font-size: 25px;
    font-weight: 800;
    color:#ff209b  !important
}
#navbarSupportedContent a{
    color: #000000;
    border-bottom: 2px solid transparent;
}
#navbarSupportedContent a:hover{
    border-bottom: 2px solid #ffdf2b;
}
#navbarSupportedContent button{
    background: #29f700;
    width: 5rem;
    border-radius: 15px;
    color: #29f700;
}
section{
  width: 100%;
  min-height:100;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
}
::-webkit-scrollbar{
    width: 0;
}

/******Home******/

#Home{
    align-items: center;
    background: #29f700;
    height: 100%;
    min-height: 100vh;
}
#Home img{
    width: 25rem;
    height: 25rem;
    margin-left: 90px;
    border-radius: 50%;
}
#Home h1,h2,h3{
    top: 50px;
    font-size: 50px;
    font-weight: 900;
    color: rgb(26, 6, 6);
    letter-spacing: 3px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-shadow: 0px 1px 0px #ccc,
                 0px 2px 0px #ccc,  
                 0px 3px 0px #ccc,
                 0px 4px 0px #ccc,
                 0px 5px 0px #ccc,
                 0px 6px 0px #ccc,
                 0px 7px 0px #ccc,;               
}
/*******about*******/
#about{
    background: url(img1.JPG);
    background-size: cover;
    background-position: center;
    flex-direction: column;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
}
#about img{
    margin: auto;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 70%;
    margin-left: 80px;
    border-radius: 50%;
}
#about h1,h2,h3{
    top: 50px;
    font-size: 50px;
    font-weight: 900;
    color: rgb(26, 6, 6);
    letter-spacing: 3px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-shadow: 0px 1px 0px #ccc,
                 0px 2px 0px #ccc,  
                 0px 3px 0px #ccc,
                 0px 4px 0px #ccc,
                 0px 5px 0px #ccc,
                 0px 6px 0px #ccc,
                 0px 7px 0px #ccc,;               
}
/*********book********/

#prodect{
    background: #ffe798;
}
#prodect h1{
     font-size: 50px;
     letter-spacing: 2px;
     font-weight: 700;
}

#card img{
    width: 200px;
    height: 200px;
}
.card{
    width: 80%;
    height: 360px;
    background: white !important;
    border: none !important;
    box-shadow: 15px 20px 20px rgba(0,0,0,.3) ;
                inset: 4px 4px 10px white;
    border-radius: 10px !important;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin: 20px;
}
.card:hover{
    box-shadow: inset 5px 5px 10px rgba(0,0,0,.3);
                inset:  -4px -4px 10px white;
    transition: .1s;
}
.card img{
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
@media screen and (max-with:576) {
    #prodect{
        width: 90%;
        height: 50vh;
        min-height: 90vh;
    }
    .card{
        width: 90%;
        height: 50vh;
    }
}


/*****Order now*****/

#order{
    width: 100;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
#order h1{
    margin-top: 40px;
    font-weight: 700;

}
#order img{
    margin-top: 90px;
    height: 400px;
    width: 400px;
}
.box{
    width: 80% !important;
    background: red;
    margin-top: 10px;
}
form{
     display: flex;
     flex-direction: column;  
}
#order input{
    margin: 10px 0px;
}
#order textarea{
    margin: 10px 0px;
}
#order{
    margin-top: 16px;
}
#order.input-group{
    width: 40%;
    height: 45;
}




#con{
    background:rgb(102, 102, 102);
}
#con h3{
    font-weight: 600;
    color: white;
    text-spacing-trim: normal;
}
#con ul{
    font-weight: 600;
    color: white;
    text-spacing-trim: normal;
}