*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
.bookstore
{
    background-color: #171717;
    width: 100%;
    height: 10vh;
}
.logo
{
    position: absolute;
    margin-top: 10px;
}
.logo img
{
    height: 16vh;
}
.bookrap
{
    width: 90%;
    margin: auto;
}
.motto h1{
    font-family: "Anonymous Pro", monospace;
    font-weight: 200;
    font-style: normal;
    color:rgb(255,102,0);
    position: absolute;
    margin-top: 10px;
    font-size: 40px;
    font-weight: lighter;
    margin-left: 50px;
    
}
.nav
{
    width:100%;
    margin: auto;
    height: 10vh;
    background-color: #171717;
}
.navrap
{
    border-top: 3px solid rgba(241, 147, 70, 0.5) ;
    border-bottom: 3px solid rgba(241, 147, 70, 0.5);
    width: 90%;
    margin: auto;
    height: 10vh;
    margin-left: 60px;   
}
.menu ul
{
    position: absolute;
    margin-left: 42px;
    margin-top: 20px;  
    
}
.menu ul li
{
    display: inline;
}
.menu ul li a{
    text-decoration:none;
    color:rgb(255,243,224,255);
    font-size: 20px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: lighter;
    padding-left: 20px;
    padding-right: 20px;
}
.menu ul li a:hover
{
    /* text-decoration: underline; */
    color: rgb(255,102,0);
    font-weight: bolder;

}
.menu1 ul{
    float: right;
    margin-top: 15px;
}
.menu1 ul li{
    display: inline;
}
.menu1 ul li a{
    text-decoration:none;
    color:rgb(255,243,224,255);
    font-size: 30px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: lighter;
    padding-left: 20px;
    padding-right: 20px;
}
.menu1 ul li a:hover
{
    text-decoration: underline;
    color: rgb(255,102,0,0.7);
    font-weight: bolder;
}
.ban
{
    width:100%;
    height:40vh;
    
    background-color: #171717;
}
.banrap
{
    width: 80%;
    margin: auto;
    height: 30vh;
    padding-top: 8vh;
    padding-right: 20px;
    /* background-color: aliceblue; */
}
.head
{
    width: 100%;
    height : 20vh;
    background-color: #fff3e0;
    border-bottom: 4px solid rgb(255,102,0);
}
.head img{
    height: 15vh;
    float: right;
    margin-top: 20px;
}
.head h3{
    font-family: "Anonymous Pro",monospace;
    font-weight: 500;
    font-size: 36px;
    margin-left: 20px;
    padding-top: 40px;
    color: rgb(255,102,0);
}
/* mid */
.mid1
{
    width: 100%;
    height : 100vh;
    background-color:#171717;
    margin: auto;
}
.midrap1{
    width: 80%;
    margin: auto;
    height: 100vh;
    /* background-color: #236da2; */
    border-right: 3px solid rgb(255, 102, 0);
}
.title h3
{
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff6ef;
    
}
.list1 ul li
{
    width: 70%;
    margin: auto;
    
}
.list1 ul 
{
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-template-rows: auto auto;
    grid-column-gap: 15px;
    padding-right: 30px;
    margin-top: 30px;
    list-style: none;
}
.list1 ul li a img
{
    border: 3px solid rgb(255, 102, 0);
    height: 35vh;
    object-fit: contain;
}

.head2 h3
{
    margin: auto;
    margin-top: 40px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: 650;
    color: #fff6ef;
}
.list2 ul 
{
    padding-top: 40px;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-column-gap: 10px;
    padding-right: 30px;
    list-style: none;
    }
.list2 ul li
{
    width: 70%;
    margin: auto;
    
}
.list2 ul li a img
{
    border: 3px solid rgb(255, 102, 0);
    height: 35vh;
    object-fit: contain;
}
.mid2
{
    background-color:#171717;
    width: 100%;
    height: 50vh;
}
.midrap2
{
    width: 80%;
    margin: auto;
    height: 50vh;
    /* background-color: rgb(74, 189, 74); */
    border-right: 3px solid rgb(255, 102, 0);
}
.head3 h3
{
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 550;
    color: #fff6ef
}
.list3 ul li
{
    width: 70%;
    margin: auto;
    padding-top: 20px;
}
.list3 ul 
{
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-column-gap: 10px;
    padding-right: 0px;
    margin-top: 20px;
    list-style: none;
}
.list3 ul li a img
{
    border: 3px solid rgb(255, 102, 0);
    height: 35vh;
    object-fit: contain;
}

/* footer */
.footer
{
    width: 100%;
    background-color:#f1dbb7;
    border-top: 5px solid rgb(236, 232, 229);
    height: 50vh;
}
.footrap
{
    width: 93%;
    margin: auto;
    /* background-color: rgb(154, 131, 115); */
    margin-top: 6vh;
    display : grid;
    grid-template-columns: auto auto auto auto auto;
    grid-column-gap: 30px;
}
.leftft
{
    display: grid;
    grid-template-rows: auto auto auto auto auto auto;
    grid-row-gap: 15px;
}
.socials ul
{
    margin-top: 20px;
}
.socials ul li{
    display: inline;
}
.socials ul li a{
    text-decoration: none;
    color:#171717;
    font-size: 29px;
    padding-right: 30px;
}
.socials ul li a:hover
{
    color: rgb(255, 102, 0);  
}
.mobile a{
    font-size: 20px;
    text-decoration: none;
    color: rgb(255, 102, 0,0.8);
    font-weight: 600;
}
.emailid a{
    font-size: 20px;
    text-decoration: none;
    color: rgb(255, 102, 0,0.8);
    font-weight: 600;
}
.bar1
{
    height: 43vh;
    border-left: 3px solid rgb(255, 102, 0);
}
.middleft
{
    display: grid;
    grid-template-rows: auto auto;
    grid-row-gap: 5px;
}
.footer-col
{
    margin-left: 50px;
}
.footer-col h2{
    color: rgb(255,102,0);

}
.list4 ul 
{
    margin-left: 55px;
}
.list4 ul li{
    list-style: none;
    padding-bottom: 20px;
}
.list4 ul li a
{
    text-decoration: none;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: rgb(9, 9, 8);
}
.list4 ul li a:hover
{
    color: rgb(255, 102, 0);
}
.bar2
{
    height: 43vh;
    border-right: 3px solid rgb(255, 102, 0);
}
.rightft
{
    display: grid;
    grid-template-rows: auto auto;
    grid-row-gap: 50px;

}
.action ul li{
    display: inline;
    padding-bottom: 5px;
}
.action ul li a{
    text-decoration: none;
    color:#171717;
    font-size: 20px;
    padding-right: 20px;
    font-size: 20px;
    font-weight: 600;
}
.action ul li a:hover
{
    color: rgb(255,102,0);
}
