*{
    margin: 0;
    padding: 0;
}
body{
    font-family: "Ariel";
}
.pic{
    width: 100%;
    height: auto;
    display: block;
}
div{
    padding-bottom: 1px;
}
.navbar{
    display: flex;
    justify-content:space-between;
    text-decoration: none;
    align-items: center;
    background-color: rgb(184, 64, 28);
    padding: 10px;
    box-shadow: 50px;
}
.inlink a,.ablink a,.prlink a,.colink a,.orlink a{
    border: 2px solid;
    list-style: none;
    text-decoration: none;
    border-radius: 6px;
    background-color: azure ;
    border-color: azure;
}
.inlink:hover,.ablink:hover,.prlink:hover,.colink:hover,.orlink:hover{
    transition: 0.2s ease;
    text-decoration: none;
    color: black;
    transform: scale(1.2);
}
.menu-toggle{
    display:none;
}
.side-navbar{
    background-color: rgb(184, 64, 28);
    width:20%;
    height: 100%;
    position: fixed;
    top: 0;
    left: -30%;
    padding: 20px;
    transition: 1s;
    color: white;
}
.side-navbar-link{
    margin-bottom: 30px;
    display: flex;
}
.side-navbar-link a{
    text-decoration: none;
    color: white;
}
.side-navbar-link a:hover{
    transition: 0.2s ease;
    transform: scale(1.2);
}



/*Media Query (For Responsive Web)*/
@media screen and (max-width: 700px) {
    .inlink,.ablink,.prlink,.colink,.orlink{
        display: none;
    }
    .menu-toggle{
        display: block;
    }
    .about{
        flex-direction: column;
    }
    .pic{
        max-width: 100%;
        height: auto;
        display: block;
    }
    .abt-img{
        max-width: 100%;
    }
    .head{
        width: 90%;
        height: auto;
        display: block;
    }
    .abt{
        flex-direction: column;
    }
    .shop{
        flex-basis: 40%;
        justify-content: center;
        width: 58%;
    }
    .bk{
        display: flex;
        flex-basis: 50%;
        flex-wrap: wrap;
        width: 50%;
    }
    .book{
        display: flex;
        flex-basis: 50%;
        flex-wrap: wrap;
        width: 50%;
    }
    .lbooks{
        display: flex;
        flex-basis: 50%;
        flex-wrap: wrap;
        width: 50%;
    }
    .success-box{
        width: 1000%;
    }
    .container{
        width: 60%;
    }
    table tr{
        margin-bottom: 15px;
    }
    table td{
        display: block;
        width: 100%;
    }
    .plc{
        text-align: center;
        margin: 0;
    }
    .order{
        text-align: center;
    }
}
.links{
    display: flex;
    column-gap: 20px;   
}
li{
    display: inline;
}
#list{
    cursor: pointer;
    margin-left: 80%;
    margin-bottom: 4%;
}
li:hover{
    color: white;
}
h1{
    display: flex;
    margin: 2px;
    width: 18%;
    height: 40%;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0 0 80px;
    border: 1px solid;
    backdrop-filter: blur(4px);
}
h1:hover{
    transition: 0.2s ease;
    transform: scale(1.1);
}
.pic{
    width: 1351px;
    height: 600px;
    padding-bottom: 4px;
}
.about{
    text-align: center;
    margin: 20px;
    text-decoration: underline;
}
.abt{
    display: flex;
    justify-content: center;
    gap: 50px;
    padding: 40px;
    font-weight: bold;
    font-size: larger;
}
.btn{
    justify-content: center;
    padding-right: 20px ;
    padding-left: 20px ;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: black;
    border: none;
    color: white;
}
.btn:hover{
    transition: 0.2s ease;
    transform: scale(1.1);
}
.color{
    background-color: rgb(144, 144, 189);
}
.product{
    text-align: center;
    margin: 20px;
    text-decoration: underline;  
}
.bgcolor{
    background-color: rgb(145, 180, 131);
}
.book{
    display: flex;
    justify-content: space-around;
}
.bk{
    display: flex;
    justify-content: space-around;
}
.lbooks{
    display: flex;
    justify-content: space-around;
}
.shop:hover{
    transition: 0.2s ease;
    transform: scale(1.1);
}
.order{
    text-align: center;
    margin: 20px;
    text-decoration: underline;  
}
.bcolor{
    background-color: rgb(199, 173, 209);
}
.form{
    margin-left: 40%;
}
.plc{
    margin-left: 45%;
    padding-bottom: 20px;
}
.books{
    width: 285px;
}
.order-block{
    margin-left: 20%;
}
.contact{
    text-align: center;
    margin: 20px;
    text-decoration: underline;  
}
.gcolor{
    background-color: rgb(152, 155, 150);
}
.con{
    margin-top: 20px;
    padding: 40px;
    background-color: rgb(152, 155, 150);
    color:black;
    cursor: pointer;
}

/* search bar*/
.product-section{
    margin-top: 20px;
}
.product-search{
    width: 80%;
    border: solid black 2px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    margin: auto;
}
.product-search input{
    border: none;
    background-color: transparent;
    width: 100%;
}
.product-search input:focus{
    outline: none;
}
.products{
    padding: 20px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-around;
}
.products-box{
    text-align: center;
    flex-basis: 20%;
}
.us{
    padding: 20px;
    text-align: center;
    text-decoration: underline;
}
.end{
    max-width: 250px;
    margin: auto;
    padding: 20px;
    border-radius: 10px;
}
.door{
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
}
.tab,textarea{
    width: 100%;
    padding: 15px;
    margin-bottom: 10px;
    border: 0.5px solid;
    border-radius: 5px;
}
.pbox{
    padding: 10px 10px;
    background-color: rgb(48, 46, 46);
    color: rgb(255, 255, 255);
    border: none;
    border-radius: 5px;
}
button:hover{
    transition: 0.2s ease;
    transform: scale(1.1);
}



.car{
    margin: 0;
    height: 80vh;
    display: flex;
    justify-content: center;   /* horizontal center */
    align-items: center;       /* vertical center */
    background-color: #f5f5f5;
    font-family: Arial, sans-serif;
}
.success-box {
    background: #ffffff;
    padding: 30px 40px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    width: 350px;
}

.success-box h2 {
    color: green;
    margin-bottom: 20px;
}

.success-box p {
    margin: 8px 0;
}